diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 11:44:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-05 11:44:48 +0800 |
commit | 08a258425849ca85c509b62b387ebdc8cf4f5fe2 (patch) | |
tree | f01c7b8bb78be1df054f3a15a5a21a2bf4e8bf38 /databases | |
parent | e20b94a0f3fcbcaa9a60a78a5de60475e7777d53 (diff) | |
download | marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar.gz marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar.bz2 marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar.lz marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar.xz marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.tar.zst marcuscom-ports-08a258425849ca85c509b62b387ebdc8cf4f5fe2.zip |
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7244 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index ff777c686..3bec94b58 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/glom/Makefile,v 1.7 2006/08/19 19:06:15 mezz Exp $ +# $MCom: ports/databases/glom/Makefile,v 1.8 2006/08/19 21:08:41 mezz Exp $ # PORTNAME= glom @@ -34,6 +34,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ INSTALLS_OMF= yes BROKEN= needs an update to 1.0 +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 .include <bsd.port.pre.mk> |