- Switch to USES=localbase
- Fix shebangs - Add NO_ARCH
This commit is contained in:
parent
23e960124e
commit
238d31a8cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448922
1 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= parano
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= BERLIOS
|
||||
|
||||
|
@ -14,11 +14,10 @@ LICENSE= GPLv2+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GNOME= pygnome2 intltool
|
||||
USES= desktop-file-utils gettext gmake python shared-mime-info
|
||||
USES= desktop-file-utils gettext gmake localbase python shared-mime-info shebangfix
|
||||
SHEBANG_FILES= src/parano.py
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-update-mime-database
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue