diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | e66743b7d5c663a5e3a9a9e67d3fe5dd1e764458 (patch) | |
tree | 7936caa341865bdd86dc776b23c0391475d35f91 /german | |
parent | Ugrade to 1.3.5. (diff) |
Respect the user's USE_LINUX setting.
Notes
Notes:
svn path=/head/; revision=130124
Diffstat (limited to 'german')
-rw-r--r-- | german/citrix_ica/Makefile | 1 | ||||
-rw-r--r-- | german/citrix_xenapp/Makefile | 1 | ||||
-rw-r--r-- | german/staroffice5/Makefile | 1 | ||||
-rw-r--r-- | german/staroffice52/Makefile | 1 | ||||
-rw-r--r-- | german/staroffice70/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/german/citrix_ica/Makefile b/german/citrix_ica/Makefile index 5550eba142ca..bbad60918208 100644 --- a/german/citrix_ica/Makefile +++ b/german/citrix_ica/Makefile @@ -23,7 +23,6 @@ IS_INTERACTIVE= "Noisy license agreement ignores stdin" NO_WRKSUBDIR= Yes NO_BUILD= Yes -USE_LINUX= yes CDIR= ${PREFIX}/ICAClient BINDIR= ${PREFIX}/bin diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index 5550eba142ca..bbad60918208 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -23,7 +23,6 @@ IS_INTERACTIVE= "Noisy license agreement ignores stdin" NO_WRKSUBDIR= Yes NO_BUILD= Yes -USE_LINUX= yes CDIR= ${PREFIX}/ICAClient BINDIR= ${PREFIX}/bin diff --git a/german/staroffice5/Makefile b/german/staroffice5/Makefile index a56ccfe322c8..0acf731749fa 100644 --- a/german/staroffice5/Makefile +++ b/german/staroffice5/Makefile @@ -26,7 +26,6 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XF NO_LATEST_LINK= yes ONLY_FOR_ARCHS= i386 NO_CDROM= 'Sie muessen StarOffice manuell via WWW-Interface herunterladen.' -USE_LINUX= yes IS_INTERACTIVE= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_CMD= ${CAT} diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 45aab9d363e0..8695f32ca341 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -33,7 +33,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= 'Sie muessen StarOffice manuell via WWW-Interface herunterladen.' diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index 62c455a11236..f450b48ce3be 100644 --- a/german/staroffice70/Makefile +++ b/german/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} |