diff options
author | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
commit | 3d9366e9a4078e8e4c11437831f8345fefbb909f (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /audio/xmradio | |
parent | 423611a2115f507140b7d3d6c8d39a8e2b8c0674 (diff) | |
download | pkgsrc-3d9366e9a4078e8e4c11437831f8345fefbb909f.tar.gz |
Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition). This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
Diffstat (limited to 'audio/xmradio')
-rw-r--r-- | audio/xmradio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 252d7436e36..69b3d1cb01d 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/07/02 08:17:10 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/08/22 17:38:57 jlam Exp $ DISTNAME= xmradio-1.0 CATEGORIES= audio @@ -13,8 +13,7 @@ DEPENDS+= sox>=12.16:../sox ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-i386 \ NetBSD-1.5_ALPHA-i386 NetBSD-1.[5-9]*-* -USE_BUILDLINK_ONLY= YES -USE_IMAKE= YES +USE_IMAKE= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xmradio |