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 /editors | |
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 'editors')
-rw-r--r-- | editors/edith/Makefile | 1 | ||||
-rw-r--r-- | editors/staroffice5/Makefile | 1 | ||||
-rw-r--r-- | editors/staroffice52/Makefile | 1 | ||||
-rw-r--r-- | editors/staroffice60/Makefile | 1 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 2ea8df8d9059..79cdac4b7076 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -18,7 +18,6 @@ COMMENT= A X11 GUI editor for binary and plain text files 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/editors/staroffice5/Makefile b/editors/staroffice5/Makefile index d82efc9c255e..987adec11bad 100644 --- a/editors/staroffice5/Makefile +++ b/editors/staroffice5/Makefile @@ -25,7 +25,6 @@ NO_LATEST_LINK= yes ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' -USE_LINUX= yes USE_REINPLACE= yes IS_INTERACTIVE= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 750ab2c433e1..40bc9cc72532 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -35,7 +35,6 @@ COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8 RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -USE_LINUX= yes NO_LATEST_LINK= yes ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index d8c61978dac6..6cbb8b0b1821 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -32,7 +32,6 @@ NO_LATEST_LINK= yes ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be bought and downloaded direct from Sun via www interface' -USE_LINUX= yes IS_INTERACTIVE= yes NO_BUILD= yes SOVERSION= ${PORTNAME}${PORTVERSION} diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index a55d87b1d361..048ba74c9e5f 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -35,7 +35,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XF ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be bought and downloaded direct from Sun via www interface' -USE_LINUX= yes IS_INTERACTIVE= yes NO_BUILD= yes SOVERSION= ${PORTNAME}${PORTVERSION} |