summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-05 15:30:02 +0000
committerjlam <jlam>2008-03-05 15:30:02 +0000
commit17e72869ea94174cd2e1270c87f6bdd05a0d9d03 (patch)
tree19402254b5927fce775f833868ab1b1b1e988149 /games
parent87e87638ce393e90f92452b654af1f7f6d07c6a0 (diff)
downloadpkgsrc-17e72869ea94174cd2e1270c87f6bdd05a0d9d03.tar.gz
+ Like many other packages that pull in readline/buildlink3.mk, the
extra LIBS+=-ltermcap was there solely for readline. Remove it since termcap.buildlink3.mk (pulled in via readine/buildlink3.mk) handles everything for us. Bump the PKGREVISION to 1. + Add full DESTDIR support.
Diffstat (limited to 'games')
-rw-r--r--games/freeciv-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/freeciv-server/Makefile b/games/freeciv-server/Makefile
index cb374f246fb..6639310a727 100644
--- a/games/freeciv-server/Makefile
+++ b/games/freeciv-server/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.25 2008/01/06 16:39:14 adam Exp $
+# $NetBSD: Makefile,v 1.26 2008/03/05 15:30:02 jlam Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
+PKGREVISION= 1
COMMENT= Freeciv game server
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
+PKG_DESTDIR_SUPPORT= user-destdir
+
#MAKE_JOBS_SAFE= no
USE_GNU_READLINE= yes
CONFIGURE_ARGS+= --disable-make-data
CONFIGURE_ARGS+= --enable-client=no
CONFIGURE_ARGS+= --with-readline
-LIBS+= -ltermcap
# Uses rl_filename_completion_function() which was introduced in readline-4.2
BUILDLINK_API_DEPENDS.readline+= readline>=4.2