diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
commit | 80f999d70e74611f186fdc6779cacdf34483476b (patch) | |
tree | 14adec356afe198f18914ae45d3d05724f531b97 /net/gale/Makefile | |
parent | 56d189e400701d0f0dd8185083a0df62cd041d0e (diff) | |
download | FreeBSD-ports-80f999d70e74611f186fdc6779cacdf34483476b.zip FreeBSD-ports-80f999d70e74611f186fdc6779cacdf34483476b.tar.gz |
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
Diffstat (limited to 'net/gale/Makefile')
-rw-r--r-- | net/gale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile index d38b4e4..1133926 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -32,7 +32,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" BROKEN= "Broken pkg-plist" -DEPRECATED= "Will be removed after April 7 if still broken" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-07 pre-configure: cd ${WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl |