diff options
author | tg <tg@FreeBSD.org> | 1999-09-10 14:03:51 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-09-10 14:03:51 +0000 |
commit | 402542488dafcd6dcbcf98dc79e10a0a078d06d5 (patch) | |
tree | 2ac0a173ee43ff6c57192f5ed1055cf32d246d0a /graphics/plotutils/Makefile | |
parent | a01da4e12fba19eac2abb5b0483ff3240514480e (diff) | |
download | FreeBSD-ports-402542488dafcd6dcbcf98dc79e10a0a078d06d5.zip FreeBSD-ports-402542488dafcd6dcbcf98dc79e10a0a078d06d5.tar.gz |
Upgrade to 2.2.
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r-- | graphics/plotutils/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 2d40124..7162f23 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: plotutils -# Version required: 2.1.1 +# Version required: 2.2 # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # # $FreeBSD$ # -DISTNAME= plotutils-2.1.1 +DISTNAME= plotutils-2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= plotutils @@ -14,10 +14,13 @@ MASTER_SITE_SUBDIR= plotutils MAINTAINER= chuckr@FreeBSD.org USE_XLIB= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-libplotter .ifdef HAVE_MOTIF -CONFIGURE_ARGS= --with-motif +CONFIGURE_ARGS+= --with-motif +CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" # to ensure dependency info is generated properly REQUIRES_MOTIF= yes .endif |