diff options
author | rene <rene@FreeBSD.org> | 2013-08-12 19:38:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-08-12 19:38:46 +0800 |
commit | 385366e05e7ba3b0130aa0c59d6b12db82b04193 (patch) | |
tree | e27a37f6be4c9c33cee672610b7adae3449963e7 | |
parent | cd862d670bcdac6ee7966b2b8cc71616630fb7d3 (diff) | |
download | freebsd-ports-gnome-385366e05e7ba3b0130aa0c59d6b12db82b04193.tar.gz freebsd-ports-gnome-385366e05e7ba3b0130aa0c59d6b12db82b04193.tar.zst freebsd-ports-gnome-385366e05e7ba3b0130aa0c59d6b12db82b04193.zip |
Mark deprecated and schedule for removal on 2013-09-01, this ports depends
on the deprecated lang/gdc.
-rw-r--r-- | x11-toolkits/wxd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/wxd/Makefile b/x11-toolkits/wxd/Makefile index beff314ecfca..fc10ac3d13e3 100644 --- a/x11-toolkits/wxd/Makefile +++ b/x11-toolkits/wxd/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= jochen@daten-chaos.de COMMENT= wxWidgets bindings for the D programming language +DEPRECATED= Depends on deprecated lang/gdc +EXPIRATION_DATE=2013-09-01 + BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc USE_GMAKE= yes |