diff options
author | bland <bland@FreeBSD.org> | 2004-01-18 14:32:36 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-01-18 14:32:36 +0800 |
commit | 19b7134ab95bdb63f50f6263e8e1c94f8e0a99d8 (patch) | |
tree | 45d2eeabc25157acc71437727e43bd3a7eba6c6f /graphics/passepartout | |
parent | fc124eb8d9d8a92fecc45f8303b8d7cc7bb42527 (diff) | |
download | freebsd-ports-gnome-19b7134ab95bdb63f50f6263e8e1c94f8e0a99d8.tar.gz freebsd-ports-gnome-19b7134ab95bdb63f50f6263e8e1c94f8e0a99d8.tar.zst freebsd-ports-gnome-19b7134ab95bdb63f50f6263e8e1c94f8e0a99d8.zip |
Add bit wich let configure always detect FAM library if installed.
Diffstat (limited to 'graphics/passepartout')
-rw-r--r-- | graphics/passepartout/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 03625c10547a..727d53b07e44 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -7,6 +7,7 @@ PORTNAME= passepartout PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ @@ -23,6 +24,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnometarget USE_LIBTOOL= yes +CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib MAN= xml2ps.1 passepartout.1x |