diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-26 10:19:15 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-26 10:19:15 +0000 |
commit | d648995bb3eb39f086dd8f030864963b5c0fa3eb (patch) | |
tree | 213472e4e755cdedabd4914f20a66a932e607ae6 /net/citrix_ica | |
parent | abc63ad18e107196f5ad393616fafaccaed502b4 (diff) |
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
Notes
Notes:
svn path=/head/; revision=138034
Diffstat (limited to 'net/citrix_ica')
-rw-r--r-- | net/citrix_ica/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |