diff options
Diffstat (limited to 'math/wingz/Makefile')
-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 |