diff options
author | alex <alex@FreeBSD.org> | 2000-07-19 15:32:05 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-19 15:32:05 +0800 |
commit | 3b1f992edc943a1e80d8cdacbeaba73a7ea94377 (patch) | |
tree | 8b46971201f911243b8e951da47b457ffc8d45c7 /net | |
parent | a4f7f85069c19f90aeadc9e47d0e90a780591c0a (diff) | |
download | freebsd-ports-gnome-3b1f992edc943a1e80d8cdacbeaba73a7ea94377.tar.gz freebsd-ports-gnome-3b1f992edc943a1e80d8cdacbeaba73a7ea94377.tar.zst freebsd-ports-gnome-3b1f992edc943a1e80d8cdacbeaba73a7ea94377.zip |
Add USE_AUTOCONF.
PR: 20020
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/gabber/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 1a272b90132f..922a3fc6c7f5 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -26,6 +26,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_AUTOCONF= yes CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \ GNOME_LIBCONFIG_PATH="${LOCALBASE}/lib:${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ |