diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-02 05:51:48 +0800 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /misc | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.zst freebsd-ports-gnome-c6535e2fa7f07178532cebeadf49e7309985ea88.zip |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ftree/Makefile | 1 | ||||
-rw-r--r-- | misc/linux-edonkey-tool-list/Makefile | 2 | ||||
-rw-r--r-- | misc/linux-edonkey-tool-recovermet/Makefile | 2 | ||||
-rw-r--r-- | misc/linux-opengroupware/Makefile | 2 | ||||
-rw-r--r-- | misc/opencyc/Makefile | 1 |
5 files changed, 3 insertions, 5 deletions
diff --git a/misc/ftree/Makefile b/misc/ftree/Makefile index fdab850179a5..d4f217e13dff 100644 --- a/misc/ftree/Makefile +++ b/misc/ftree/Makefile @@ -19,7 +19,6 @@ COMMENT= An X11 genealogy program RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -USE_LINUX= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 diff --git a/misc/linux-edonkey-tool-list/Makefile b/misc/linux-edonkey-tool-list/Makefile index 8f208f683aa7..cb4e0b0e672c 100644 --- a/misc/linux-edonkey-tool-list/Makefile +++ b/misc/linux-edonkey-tool-list/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Creates a web page with ed2k:// links to all your shared files ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/edonkey-tool-list diff --git a/misc/linux-edonkey-tool-recovermet/Makefile b/misc/linux-edonkey-tool-recovermet/Makefile index 86512d25fb75..9235742dcca8 100644 --- a/misc/linux-edonkey-tool-recovermet/Makefile +++ b/misc/linux-edonkey-tool-recovermet/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Tool that tries to re-create x.part.met files compromised due to crash ONLY_FOR_ARCHS= i386 -USE_LINUX= yes +USE_LINUX?= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/edonkey-tool-recovermet diff --git a/misc/linux-opengroupware/Makefile b/misc/linux-opengroupware/Makefile index 2cf673cf5304..9a0914c8731e 100644 --- a/misc/linux-opengroupware/Makefile +++ b/misc/linux-opengroupware/Makefile @@ -105,7 +105,7 @@ SET3= postgresql-libs-7.2.4-5.80.i386.rpm \ NGOBJWEB_ADAPTOR= opengroupware.org-mod_ngobjweb-200407092000.tar.gz PATCHDIR?= ${MASTERDIR}/files -USE_LINUX= yes +USE_LINUX?= yes USE_GMAKE= yes MAKEFILE= ${WRKSRC}/opengroupware.org-mod_ngobjweb/GNUmakefile BUILD_WRKSRC?= ${WRKSRC}/opengroupware.org-mod_ngobjweb diff --git a/misc/opencyc/Makefile b/misc/opencyc/Makefile index a53d6fe1efe0..adaac7516ee6 100644 --- a/misc/opencyc/Makefile +++ b/misc/opencyc/Makefile @@ -19,7 +19,6 @@ COMMENT= General knowledge base and commonsense reasoning engine RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs NO_BUILD= yes -USE_LINUX= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" |