diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-02 01:19:26 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-02 01:19:26 +0000 |
commit | 37a8c80655b9d86a8a872ec9b710fdf49b70882a (patch) | |
tree | 629a2db3651cf0f0828e075f939b7b599ef00f85 /math/guppi | |
parent | 16ae14592f80c8b2d62af847cef6fdb34c7681a6 (diff) | |
download | ports-37a8c80655b9d86a8a872ec9b710fdf49b70882a.tar.gz ports-37a8c80655b9d86a8a872ec9b710fdf49b70882a.zip |
Notes
Diffstat (limited to 'math/guppi')
-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 51cd50a2593e..a78a0e29eccc 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 |