diff options
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index c9a89a16919..5b24d9183a8 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:51:50 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:17 agc Exp $ # DISTNAME= qvplay-0.94 -WRKSRC= ${WRKDIR}/QVplay094/src CATEGORIES= graphics MASTER_SITES= http://www.asahi-net.or.jp/~xg2k-hys/ @@ -14,6 +13,7 @@ RESTRICTED= Undistributable development version. NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +WRKSRC= ${WRKDIR}/QVplay094/src GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |