diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:36:23 +0000 |
commit | fda2e985daa21bcac7cf4e4882e560933d7ad5e8 (patch) | |
tree | 4ccb4a868e97ff347416395233e3825776b24951 /graphics/gtkfig | |
parent | d0cdca8bc326260560504ebb5d4b206942ca5125 (diff) | |
download | ports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.tar.gz ports-fda2e985daa21bcac7cf4e4882e560933d7ad5e8.zip |
Notes
Diffstat (limited to 'graphics/gtkfig')
-rw-r--r-- | graphics/gtkfig/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/gtkfig/Makefile b/graphics/gtkfig/Makefile index 7371ca268054..d407433db7d4 100644 --- a/graphics/gtkfig/Makefile +++ b/graphics/gtkfig/Makefile @@ -13,12 +13,8 @@ MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ MAINTAINER= dirk@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - USE_X_PREFIX= yes +USE_GTK= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> |