diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-26 13:05:59 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-26 13:05:59 +0800 |
commit | 36318b7e7afb0c537bd3d841f1122031e783a1d3 (patch) | |
tree | a9d5b344ccdb387a5e791a871e8d6b2053ba6733 /graphics | |
parent | 2b0cf5d3cedc3073685f200510fe1ea73c307102 (diff) | |
download | freebsd-ports-gnome-36318b7e7afb0c537bd3d841f1122031e783a1d3.tar.gz freebsd-ports-gnome-36318b7e7afb0c537bd3d841f1122031e783a1d3.tar.zst freebsd-ports-gnome-36318b7e7afb0c537bd3d841f1122031e783a1d3.zip |
Use lthack.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index a8aac1e53e99..ff2fa135d1de 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 +USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 lthack WANT_GNOME= yes USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |