diff options
Diffstat (limited to 'games/xu4')
-rw-r--r-- | games/xu4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xu4/Makefile b/games/xu4/Makefile index 4a05ef33782..9576e48a676 100644 --- a/games/xu4/Makefile +++ b/games/xu4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/06/14 07:45:27 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/06 11:55:04 asau Exp $ # DISTNAME= xu4-1.0beta3 @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= timidity-[0-9]*:../../audio/timidity -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/u4 CONFIGURE_DIRS= src USE_LANGUAGES= c c++ |