diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /math/linux-relview | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'math/linux-relview')
-rw-r--r-- | math/linux-relview/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/linux-relview/Makefile b/math/linux-relview/Makefile index d6a659195797..e51c3f99abb5 100644 --- a/math/linux-relview/Makefile +++ b/math/linux-relview/Makefile @@ -7,7 +7,7 @@ PORTNAME= relview PORTVERSION= 7.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math linux MASTER_SITES= ftp://ftp.informatik.uni-kiel.de/pub/kiel/relview/RELVIEW_7.0/LINUX/ PKGNAMEPREFIX= linux- @@ -19,6 +19,8 @@ COMMENT= An interactive tool for manipulation of relations RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk ONLY_FOR_ARCHS= i386 +USE_LINUX= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes EXTRACT_AFTER_ARGS= > ${DISTNAME} @@ -27,10 +29,6 @@ NO_BUILD= yes PLIST_SUB= VERSION=${PORTVERSION} -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= # empty - do-install: ${BRANDELF} -t Linux ${WRKDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin |