diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-07 11:28:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-07 11:28:07 +0000 |
commit | 193f82a45fdf187d0c77dcf8783c10966364e431 (patch) | |
tree | e347f1dee3f862ee8403d235fdc46d4f5a14fe81 /games/wxhugo/Makefile | |
parent | ac7c232c4f1bd761c116f9a550811ded3a2e4528 (diff) | |
download | pkgsrc-193f82a45fdf187d0c77dcf8783c10966364e431.tar.gz |
Depend on wxGTK24, bump PKGREVISION.
Diffstat (limited to 'games/wxhugo/Makefile')
-rw-r--r-- | games/wxhugo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile index c5b6cda48af..dddcbead63f 100644 --- a/games/wxhugo/Makefile +++ b/games/wxhugo/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/07 11:29:27 wiz Exp $ # DISTNAME= hugov31_unix_source PKGNAME= wxhugo-3.1.02 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IFARCHIVE:=programming/hugo/source/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTFILE_WX} @@ -28,7 +29,7 @@ SUBST_FILTER_CMD.dos_eol= ${TR} -d '\r' INSTALLATION_DIRS= bin .include "../../audio/libmikmod/buildlink3.mk" -.include "../../x11/wxGTK/buildlink3.mk" +.include "../../x11/wxGTK24/buildlink3.mk" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hewx ${PREFIX}/bin |