diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 00:37:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-10 00:37:37 +0800 |
commit | 987464347d7e67aca937165774b214ff74ced3b0 (patch) | |
tree | b912d82ca3c8ab3d97c3aaf7d49405ac6cf695af /graphics/aqsis | |
parent | 0e754bf6cbe08beebf68d8f2c2635794083133d4 (diff) | |
download | freebsd-ports-gnome-987464347d7e67aca937165774b214ff74ced3b0.tar.gz freebsd-ports-gnome-987464347d7e67aca937165774b214ff74ced3b0.tar.zst freebsd-ports-gnome-987464347d7e67aca937165774b214ff74ced3b0.zip |
- Fix shebangs
- Add missing bash dependency
MFH: 2015Q2
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 6dfbbc4a10c2..b751c3620fca 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -18,11 +18,15 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libtiff.so:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= cmake:outsource desktop-file-utils shared-mime-info +USES= cmake:outsource desktop-file-utils shared-mime-info shebangfix +SHEBANG_FILES= examples/*/*/*.sh \ + tools/neqsus/houdini/post.sh \ + distribution/linux/*.sh USE_QT4= opengl qmake_build moc_build rcc_build uic_build PLIST_SUB+= LIBVERS=${PORTVERSION:R} |