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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/linux-acu/Makefile | 1 | ||||
-rw-r--r-- | sysutils/linux-afaapps/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/linux-acu/Makefile b/sysutils/linux-acu/Makefile index 6da6aedbaa17..6c90599fcbd9 100644 --- a/sysutils/linux-acu/Makefile +++ b/sysutils/linux-acu/Makefile @@ -30,7 +30,6 @@ IGNORE= may not be automatically fetched due to licensing\ .endif ONLY_FOR_ARCHS= i386 -USE_LINUX= yes PREFIX?= ${X11BASE} NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/sysutils/linux-afaapps/Makefile b/sysutils/linux-afaapps/Makefile index cecdea336f7e..b8880dd222ab 100644 --- a/sysutils/linux-afaapps/Makefile +++ b/sysutils/linux-afaapps/Makefile @@ -24,7 +24,6 @@ RESTRICTED= "binary redistribution license needs clarification" NO_BUILD= yes NO_WRKSUBDIR= yes -USE_LINUX= yes USE_LINUX_PREFIX= yes NO_MTREE= yes LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig |