diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 09:22:46 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 09:22:46 +0800 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /net/gale | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) | |
download | freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.gz freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.zst freebsd-ports-gnome-f816205962996d8ea6ca666bbaa96c2d0357a232.zip |
Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.
Diffstat (limited to 'net/gale')
-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 d38b4e4d8d39..1133926979d7 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 |