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 /misc | |
parent | 3c0625e6de2b3875eca62ae397afd0a3bfb7ab9f (diff) | |
download | freebsd-ports-graphics-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.gz freebsd-ports-graphics-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.tar.zst freebsd-ports-graphics-ef125b2d6b642aa4397d22b05b3dc0b30e322c23.zip |
Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.
Submitted by: kris
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 336c1d8b59b..8b26e107188 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -17,14 +17,14 @@ COMMENT= Midnight Commander, a free Norton Commander Clone BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -.include <bsd.port.pre.mk> - USE_GETTEXT= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= glib20 GNU_CONFIGURE= yes +.include <bsd.port.pre.mk> + .if !defined(WITHOUT_SAMBA) CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc \ --with-codepagedir=${LOCALBASE}/etc/codepages |