diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-02 01:19:26 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-02 01:19:26 +0000 |
commit | 0da833d1e8396fe421884563739d304c540e60a4 (patch) | |
tree | 999a0e59a803da6a0619a1d34721d1e1046f177d | |
parent | 57665a75d388349425ca46b72a110bd434ed2974 (diff) | |
download | FreeBSD-ports-0da833d1e8396fe421884563739d304c540e60a4.zip FreeBSD-ports-0da833d1e8396fe421884563739d304c540e60a4.tar.gz |
- Let out to pasture and turn over to ports@
- Make portlint happy too
-rw-r--r-- | math/guppi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 51cd50a..a78a0e2 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -13,11 +13,12 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/Guppi/0.40 DISTNAME= Guppi-${PORTVERSION} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A plotting program for GNOME LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes |