diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 18:58:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 18:58:05 +0800 |
commit | 4b3bb9a933df257d974734240f9c179170ca1def (patch) | |
tree | a80f2cf2200d7b101bda946e0104eb1d0d392d01 /science/gwyddion | |
parent | 7f07c7d32b21b2ccba339ae0c3265e9cdc24a9ff (diff) | |
download | freebsd-ports-gnome-4b3bb9a933df257d974734240f9c179170ca1def.tar.gz freebsd-ports-gnome-4b3bb9a933df257d974734240f9c179170ca1def.tar.zst freebsd-ports-gnome-4b3bb9a933df257d974734240f9c179170ca1def.zip |
- localbaes
- Fix shebangs
Diffstat (limited to 'science/gwyddion')
-rw-r--r-- | science/gwyddion/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index a77416b92ee1..0bc384c2141e 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -3,6 +3,7 @@ PORTNAME= gwyddion PORTVERSION= 2.45 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= SF @@ -18,8 +19,9 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \ libfftw3.so:math/fftw3 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info tar:xz +USES= desktop-file-utils gettext gmake libtool localbase:ldflags \ + pathfix pkgconfig shared-mime-info shebangfix tar:xz +SHEBANG_FILES= plugins/process/invert_python.py USE_GNOME= gconf2 gtk20 libxml2 USE_GL= glu USE_XORG= xmu @@ -30,9 +32,6 @@ INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - GCONF_SCHEMAS= gwyddion-thumbnailer.schemas OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE |