diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 13:25:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 13:25:22 +0800 |
commit | ef125b2d6b642aa4397d22b05b3dc0b30e322c23 (patch) | |
tree | 56ca6fe89a8e5408884e8e051f0fe7ae0732de04 /net | |
parent | 3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f (diff) | |
download | freebsd-ports-gnome-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.gz freebsd-ports-gnome-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.zst freebsd-ports-gnome-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.zip |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
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 |