diff options
author | netchild <netchild@FreeBSD.org> | 2005-06-26 18:19:15 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-06-26 18:19:15 +0800 |
commit | c6028226c5b8449ce5a359c2676e247815171332 (patch) | |
tree | aa61dd54b45a768fa7e350db45e8c045bec9c6c6 | |
parent | b45310d671ca773081a8290af0c4b65eb7c8ce19 (diff) | |
download | freebsd-ports-gnome-c6028226c5b8449ce5a359c2676e247815171332.tar.gz freebsd-ports-gnome-c6028226c5b8449ce5a359c2676e247815171332.tar.zst freebsd-ports-gnome-c6028226c5b8449ce5a359c2676e247815171332.zip |
There's more work needed to make this install into X11BASE and have a
working version.
In light of the recent X11BASE <-> LOCALBASE discussion I chose to revert
back to install into LOCALBASE until a final decission is made.
Noticed by: Jakob Breivik Grimstveit <jakob@grimstveit.no>
Approved by: short maintainer timeout; duty to fix bugs I introduce
-rw-r--r-- | net/citrix_ica/Makefile | 4 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index d8e16dc85412..678f406aa1b1 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 9.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linu ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_X_PREFIX= yes +#USE_X_PREFIX= yes RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index d8e16dc85412..678f406aa1b1 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -7,7 +7,7 @@ PORTNAME= citrix_ica PORTVERSION= 9.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linu ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_X_PREFIX= yes +#USE_X_PREFIX= yes RESTRICTED= "License prohibits redistribution" IS_INTERACTIVE= "Noisy license agreement ignores stdin" |