diff options
author | joerg <joerg> | 2005-12-29 18:58:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-29 18:58:23 +0000 |
commit | a913deb3f427aeed0b5937105a0b7877347cb94d (patch) | |
tree | 4f9669ab62ec42bca7be11f272e62a9760f006a7 /games/d2x/Makefile | |
parent | 909e1d452bd8e328ef4d390de270ca3b77bf1f0a (diff) | |
download | pkgsrc-a913deb3f427aeed0b5937105a0b7877347cb94d.tar.gz |
This is GNU configure. Use ulong definition on DragonFly as well.
Diffstat (limited to 'games/d2x/Makefile')
-rw-r--r-- | games/d2x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/d2x/Makefile b/games/d2x/Makefile index ce24146dab8..f0564c5ab15 100644 --- a/games/d2x/Makefile +++ b/games/d2x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/12/11 09:40:40 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/29 18:58:23 joerg Exp $ # DISTNAME= d2x-0.2.5 @@ -10,7 +10,7 @@ MAINTAINER= airhead@users.sourceforge.net HOMEPAGE= http://icculus.org/d2x/ COMMENT= Descent II port -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_TOOLS+= gmake D2X_DATA= ${PREFIX}/share/games/${PKGBASE} |