diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-08 09:23:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-08 09:23:08 +0800 |
commit | ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6 (patch) | |
tree | b297f2baa30491a2d760943f8887bba9c0dabfb0 /german | |
parent | 3d87028ec17b59c5beda82d9b30323f59d637cc3 (diff) | |
download | freebsd-ports-graphics-ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6.tar.gz freebsd-ports-graphics-ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6.tar.zst freebsd-ports-graphics-ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6.zip |
- Mark BROKEN with f10 emulation
- Set DEPRECATED and EXPIRATION
- Reassign to the heap
Diffstat (limited to 'german')
-rw-r--r-- | german/citrix_xenapp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index e7fa29b6c58..41170d28028 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -11,14 +11,17 @@ CATEGORIES= german net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access virtual applications and desktops ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= f8 +USE_LINUX= yes USE_LINUX_APPS= openmotif jpeg png RESTRICTED= License prohibits redistribution IS_INTERACTIVE= "Noisy license agreement ignores stdin" +BROKEN= crashes with f10 +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-05-01 NO_WRKSUBDIR= yes NO_BUILD= yes |