diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-13 21:04:56 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-13 21:04:56 +0800 |
commit | 07357985cf9736d01edfbe5863bc7d7860f537ca (patch) | |
tree | bc0e2c359574a7cb5f7476c5ffc7a227e02f38ba /www/bluefish | |
parent | 0e75b6a3bb6cef66abfe29aa9b824dc0752dad58 (diff) | |
download | freebsd-ports-gnome-07357985cf9736d01edfbe5863bc7d7860f537ca.tar.gz freebsd-ports-gnome-07357985cf9736d01edfbe5863bc7d7860f537ca.tar.zst freebsd-ports-gnome-07357985cf9736d01edfbe5863bc7d7860f537ca.zip |
- Fix shebangs
- Switch to USES=localbase
Diffstat (limited to 'www/bluefish')
-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 |