Convert to buildlink2.
This commit is contained in:
parent
c4cb5e3df9
commit
50e31ed1f5
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2002/08/21 02:43:44 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/08/31 14:25:37 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mpg123-0.59r
|
||||
|
@ -22,7 +22,7 @@ FILESDIR= ${.CURDIR}/../mpg123/files
|
|||
CONFLICTS+= mpg123-[0-9]*
|
||||
|
||||
USE_X11BASE= # defined
|
||||
USE_BUILDLINK_ONLY= # defined
|
||||
USE_BUILDLINK2= # defined
|
||||
|
||||
# for OBJECT_FMT
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
@ -62,5 +62,5 @@ post-patch:
|
|||
-e 's@^/@#/@g' \
|
||||
<decode_i586.s.orig >decode_i586.s
|
||||
|
||||
.include "../../audio/nas/buildlink.mk"
|
||||
.include "../../audio/nas/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:15 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2002/08/31 14:34:59 wiz Exp $
|
||||
|
||||
DISTNAME= rx-1.5
|
||||
CATEGORIES= devel
|
||||
|
@ -8,7 +8,7 @@ MAINTAINER= jlam@netbsd.org
|
|||
HOMEPAGE= http://www.gnu.org/software/rx/rx.html
|
||||
COMMENT= Fast replacement for the GNU regex library
|
||||
|
||||
USE_BUILDLINK_ONLY= YES
|
||||
USE_BUILDLINK2= # defined
|
||||
USE_LIBTOOL= # defined
|
||||
GNU_CONFIGURE= # defined
|
||||
|
||||
|
|
Loading…
Reference in a new issue