diff options
author | wiz <wiz> | 2002-10-21 16:07:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 16:07:47 +0000 |
commit | 6bff39898110e1f8caa99d7047d58668a25ef30d (patch) | |
tree | 1f152b01e6781ca46bf711aed5791ba29e97569d /sysutils/gmc | |
parent | 8d9bc67025933bfb5644bc5a3b2cdcb35b1159dc (diff) | |
download | pkgsrc-6bff39898110e1f8caa99d7047d58668a25ef30d.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'sysutils/gmc')
-rw-r--r-- | sysutils/gmc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index 23906640911..f96e28996bc 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/05/30 18:45:00 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.28 2002/10/21 16:09:51 wiz Exp $ PKGNAME= g${DISTNAME} PKGREVISION= 1 @@ -6,8 +6,6 @@ CATEGORIES+= gnome COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone -DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core - USE_X11BASE= # defined CONFIGURE_ARGS+= --with-tm-x-support CONFIGURE_ARGS+= --with-gnome @@ -16,4 +14,5 @@ BUILD_USES_MSGFMT= yes post-install: ${RMDIR} ${PREFIX}/share/gnome/help/gmc/C/figs +.include "../../x11/gnome-core/buildlink2.mk" .include "../../sysutils/mc/Makefile.common" |