diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:18:56 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-26 10:18:56 +0000 |
commit | 1a5f333e33bfa19aae6aa54a3c2386dd8ca8cd4f (patch) | |
tree | 28aaa689b51b6dc97fc0f844ebbb4a994a4533dc /devel/smpeg | |
parent | 60672704fbceea6ac413f1f173b7d071b0fe1833 (diff) | |
download | pkgsrc-1a5f333e33bfa19aae6aa54a3c2386dd8ca8cd4f.tar.gz |
o converted to use buildlink.mk
Diffstat (limited to 'devel/smpeg')
-rw-r--r-- | devel/smpeg/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile index 74ed52d72ea..b8faa4327fa 100644 --- a/devel/smpeg/Makefile +++ b/devel/smpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/05/17 12:33:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/26 10:18:56 zuntum Exp $ # DISTNAME= smpeg-0.4.3 @@ -10,11 +10,12 @@ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www.lokigames.com/development/smpeg.php3 COMMENT= SDL MPEG Player Library -DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL -DEPENDS+= gtk+-1.*:../../x11/gtk - -USE_GMAKE= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= YES +USE_CONFIG_WRAPPER= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +.include "../../devel/SDL/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" |