diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-02 07:35:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-02 07:35:51 +0000 |
commit | b042b2385fdead63a9e0a6c5b8e64ef6b4ff52f1 (patch) | |
tree | 8e2df2b4d7e46baf6f47aeede6f5b2b1a99fcc69 /databases/glom | |
parent | 02ea0f898db9f2669cd4172d53e50ba8c92ff73f (diff) | |
download | ports-b042b2385fdead63a9e0a6c5b8e64ef6b4ff52f1.tar.gz ports-b042b2385fdead63a9e0a6c5b8e64ef6b4ff52f1.zip |
Notes
Diffstat (limited to 'databases/glom')
-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 74356d3a1b4f..9d9cb3263c22 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -13,7 +13,7 @@ CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GNOME database designed LIB_DEPENDS= bakery-2.4:${PORTSDIR}/x11-toolkits/bakery \ @@ -33,6 +33,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ INSTALLS_OMF= yes +BROKEN= needs an update to 1.0 + .include <bsd.port.pre.mk> .if (${OSVERSION} < 500000) |