diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-09-10 14:03:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-09-10 14:03:51 +0000 |
commit | 37cd36e2f07fa29f87acf301b629765e26bc3525 (patch) | |
tree | 6ddf61f25717f10393a1cf64e73f92aff4f375cc /graphics/plotutils/Makefile | |
parent | 3702ee23cf9c39fd8f4608eb19befb7195a019b4 (diff) | |
download | ports-37cd36e2f07fa29f87acf301b629765e26bc3525.tar.gz ports-37cd36e2f07fa29f87acf301b629765e26bc3525.zip |
Upgrade to 2.2.
Notes
Notes:
svn path=/head/; revision=21570
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 2d401243beb9..7162f23cacbf 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 |