diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /net-im | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) | |
download | ports-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.gz ports-f816205962996d8ea6ca666bbaa96c2d0357a232.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index d38b4e4d8d39..1133926979d7 100644 --- a/net-im/gale/Makefile +++ b/net-im/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 |