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 /cad/linux-gid | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'cad/linux-gid')
-rw-r--r-- | cad/linux-gid/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/linux-gid/Makefile b/cad/linux-gid/Makefile index 441aadce2522..94d219d139e5 100644 --- a/cad/linux-gid/Makefile +++ b/cad/linux-gid/Makefile @@ -15,12 +15,11 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A graphical pre- and post-processor for numerical simulation programs -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs - CONFLICTS= id-utils-[0-9]* coreutils-[0-9]* ONLY_FOR_ARCHS= amd64 i386 -USE_LINUX?= yes +USE_LINUX= yes +USE_X_PREFIX= yes USE_REINPLACE= yes REINPLACE_ARGS= -i "" NO_WRKSUBDIR= yes |