6d9af8d68d
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
19 lines
517 B
Makefile
19 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.34 2004/01/03 18:49:52 reed Exp $
|
|
|
|
PKGNAME= g${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES+= gnome
|
|
|
|
COMMENT= GNOME version of Midnight Commander, a free Norton Commander Clone
|
|
|
|
USE_X11BASE= # defined
|
|
CONFIGURE_ARGS+= --with-tm-x-support
|
|
CONFIGURE_ARGS+= --with-gnome
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
|
|
|
|
post-install:
|
|
${RMDIR} ${PREFIX}/share/gnome/help/gmc/C/figs
|
|
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
.include "../../sysutils/mc/Makefile.common"
|