diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-13 13:04:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-13 13:04:56 +0000 |
commit | 62b2e9cbedf5247858de51733b715d93f78d8ee6 (patch) | |
tree | bc0e2c359574a7cb5f7476c5ffc7a227e02f38ba /www/bluefish/Makefile | |
parent | 6c8d5a2a7bd2bd64e65b88b5e477e4fa04648f13 (diff) | |
download | ports-62b2e9cbedf5247858de51733b715d93f78d8ee6.tar.gz ports-62b2e9cbedf5247858de51733b715d93f78d8ee6.zip |
Notes
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index a585c1479522..de5fc05fb5e3 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -3,6 +3,7 @@ PORTNAME= bluefish PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ @@ -16,12 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre \ libenchant.so:textproc/enchant -USES= desktop-file-utils gettext gmake libtool pkgconfig python \ - shared-mime-info tar:bzip2 +USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python \ + shared-mime-info shebangfix tar:bzip2 +SHEBANG_FILES= data/css_decompressor +python_OLD_CMD= /usr/bin/python2.7 USE_GNOME= intltool GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ --with-icon-path=${PREFIX}/share/pixmaps |