diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-14 16:20:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-14 16:20:39 +0000 |
commit | 75f07c5f38d721c4d9f56e3a7ff3c61ca77ef268 (patch) | |
tree | d5568be46416b6941a85e965550c0591e7978bb8 /databases | |
parent | 961a12465b8bfb8e7d8027d92ffe3ebd9eae4702 (diff) | |
download | FreeBSD-ports-75f07c5f38d721c4d9f56e3a7ff3c61ca77ef268.zip FreeBSD-ports-75f07c5f38d721c4d9f56e3a7ff3c61ca77ef268.tar.gz |
Correctly use the GNOMNG CONFIGURE_ARGS. This should properly disable
gtk-doc.
PR: 41665
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgnomedb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 1c18869..d2ff606 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -25,8 +25,6 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |