diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 05:25:22 +0000 |
commit | d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b (patch) | |
tree | 3983baab3ebf80e7c9ebb6a5801d28c87e9610fb /net | |
parent | 053fdb6a6b2e3ff91995de3ff3e70ec1ae925ccc (diff) | |
download | ports-d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b.tar.gz ports-d3ed8a1b495ab187a1e07aff4ac2d889a3ea351b.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/nocatsplash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nocatsplash/Makefile b/net/nocatsplash/Makefile index cc77bd4b74f7..8e87dc42e762 100644 --- a/net/nocatsplash/Makefile +++ b/net/nocatsplash/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= \ RUN_DEPENDS= \ ${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf +USE_GNOME= glib12 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 @@ -31,7 +33,6 @@ CONFLICTS= nocatauth-server-* GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= glib12 CONFIGURE_ARGS+= --disable-dependency-tracking CONFIGURE_ARGS+= --disable-glibtest |