diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-08 12:38:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-08 12:38:50 +0000 |
commit | f6aa66430107d1e49f8912ee5f0636df8cf4bd3d (patch) | |
tree | 3b20a0ceb57d4182b07ec2ff9088059885dde0d1 /misc/pybliographer | |
parent | bbf71ee1c1eb03b938c381a75aa5ec46e455d9a7 (diff) | |
download | ports-f6aa66430107d1e49f8912ee5f0636df8cf4bd3d.tar.gz ports-f6aa66430107d1e49f8912ee5f0636df8cf4bd3d.zip |
Notes
Diffstat (limited to 'misc/pybliographer')
-rw-r--r-- | misc/pybliographer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index ed8bf2dbe396..95c7f18bba05 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolki USE_GNOME= glib12 gnomehack gnomeprefix USE_PYTHON= yes -USE_X_PREFIX= yes +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |