diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-02 09:12:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-02 09:12:40 +0000 |
commit | 4e96557e6f7da040fd6fee9d65a62262a681a764 (patch) | |
tree | 4437f86ece24adf37a71da9cc22126c1d03b1990 /databases/gbib | |
parent | 39e4c18aed9cc0771327d24f9621c78747c07378 (diff) | |
download | ports-4e96557e6f7da040fd6fee9d65a62262a681a764.tar.gz ports-4e96557e6f7da040fd6fee9d65a62262a681a764.zip |
Notes
Diffstat (limited to 'databases/gbib')
-rw-r--r-- | databases/gbib/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile index 2bc20b473717..b9a8adae9c62 100644 --- a/databases/gbib/Makefile +++ b/databases/gbib/Makefile @@ -11,14 +11,20 @@ CATEGORIES= databases editors gnome MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/ \ http://www.unixpages.org/distfiles/ -MAINTAINER= chris@unixpages.org +MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gnomelibs GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not build on 5.0" +.endif + post-install: ${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |