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/wingz | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'math/wingz')
-rw-r--r-- | math/wingz/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/wingz/Makefile b/math/wingz/Makefile index 975b924b34b0..9355b4379f39 100644 --- a/math/wingz/Makefile +++ b/math/wingz/Makefile @@ -16,12 +16,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A Commercial Spreadsheet -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - ONLY_FOR_ARCHS= i386 +USE_LINUX= yes +USE_X_PREFIX= yes NO_WRKSUBDIR= yes -USE_X_PREFIX= yes + +# XXX: this is missing "${BRANDELF} -t Linux <executables>" post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |