diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-26 05:05:59 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-26 05:05:59 +0000 |
commit | 96dfca04c77757e0a51725d6eb9820419ef39208 (patch) | |
tree | 8414e457ef0be517a51063a0a84d13854fff403f /graphics/dia | |
parent | Use the new libtool scheme. (diff) |
Use lthack.
Notes
Notes:
svn path=/head/; revision=114734
Diffstat (limited to 'graphics/dia')
-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" \ |