diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /games/hugo | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'games/hugo')
-rw-r--r-- | games/hugo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hugo/Makefile b/games/hugo/Makefile index 34622c2ace2..6523e0fd5a6 100644 --- a/games/hugo/Makefile +++ b/games/hugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/02 22:00:52 dillo Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:51 tv Exp $ # DISTNAME= hugov31_unix_source @@ -14,7 +14,6 @@ COMMENT= Interactive fiction design system and interpreter SITES_hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/} DIST_SUBDIR= ${PKGNAME_NOREV} -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make # uses halfkey (present since 1.6M) INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6 NetBSD-1.6.* |