aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-08-29 14:43:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-08-29 14:43:03 +0000
commit238d31a8cb0f338dfd401c7c749cc8baefdbce87 (patch)
treefdb5b1641d49bc421c7f59bb6038135c18491909
parent23e960124ef6d83a1b7291dd3f5691c85377c21a (diff)
downloadports-238d31a8cb0f338dfd401c7c749cc8baefdbce87.tar.gz
ports-238d31a8cb0f338dfd401c7c749cc8baefdbce87.zip
Notes
-rw-r--r--security/parano/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile
index fea35ea7369f..55a285aa945d 100644
--- a/security/parano/Makefile
+++ b/security/parano/Makefile
@@ -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>