Mark as USE_BUILDLINK_ONLY.
This commit is contained in:
parent
354c679deb
commit
4e4de14e1c
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2001/02/16 14:38:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2001/06/19 05:06:27 jlam Exp $
|
||||
|
||||
DISTNAME= ncurses-${NC_VERS}
|
||||
NC_VERS= 5.2
|
||||
|
@ -12,6 +12,7 @@ HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html
|
|||
COMMENT= CRT screen handling and optimization package
|
||||
|
||||
USE_LIBTOOL= # defined
|
||||
USE_BUILDLINK_ONLY= # defined
|
||||
|
||||
GNU_CONFIGURE= # defined
|
||||
CONFIGURE_ARGS+= --with-libtool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.63 2001/06/18 20:49:01 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.64 2001/06/19 04:56:34 jlam Exp $
|
||||
|
||||
DISTNAME= gnome-libs-1.2.13
|
||||
CATEGORIES= x11 gnome
|
||||
|
@ -8,7 +8,7 @@ MAINTAINER= tron@netbsd.org
|
|||
HOMEPAGE= http://www.gnome.org/
|
||||
COMMENT= Libaries for the GNU Network Object Model Environment
|
||||
|
||||
BUILD_USES_MSGFMT= yes
|
||||
BUILD_USES_MSGFMT= YES
|
||||
|
||||
USE_X11BASE= YES
|
||||
USE_GMAKE= YES
|
||||
|
@ -24,6 +24,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \
|
|||
PKGLOCALEDIR=${PKGLOCALEDIR}
|
||||
|
||||
USE_CONFIG_WRAPPER= YES
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
|
||||
.include "../../audio/esound/buildlink.mk"
|
||||
.include "../../devel/gettext-lib/buildlink.mk"
|
||||
|
|
Loading…
Reference in a new issue