diff options
author | marino <marino@FreeBSD.org> | 2014-08-12 18:13:54 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-12 18:13:54 +0800 |
commit | 4a721056e01a0e7362019c026fc938e4d0351abc (patch) | |
tree | f639ac1ad34a9ad9d30e39a9924fcfc7e1e42ff2 /net/citrix_ica | |
parent | b81d76301f6ff05cab724e78b7c1700b668bffb8 (diff) | |
download | freebsd-ports-gnome-4a721056e01a0e7362019c026fc938e4d0351abc.tar.gz freebsd-ports-gnome-4a721056e01a0e7362019c026fc938e4d0351abc.tar.zst freebsd-ports-gnome-4a721056e01a0e7362019c026fc938e4d0351abc.zip |
net/citrix_ica: USE_LINUX_APPS+= gtk2
PR: 192588
Submitted by: Helge Oldach
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 ccd58195eb11..52e316d28fdd 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -3,7 +3,7 @@ PORTNAME= citrix_ica PORTVERSION= 12.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms linux MASTER_SITES= # DISTNAME= linuxx86_12.1.0.203066 @@ -13,7 +13,7 @@ COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX_APPS= openmotif alsalib +USE_LINUX_APPS= alsalib gtk2 openmotif RESTRICTED= License prohibits redistribution NO_WRKSUBDIR= yes |