summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-21 05:06:15 +0000
committerjlam <jlam>2001-06-21 05:06:15 +0000
commitf561af50587a9439a68f632989132bc093ae07ff (patch)
tree88e4229fe69d5384b11ed5c915f571981cc2b950 /games/freeciv-share/Makefile.common
parenteae2f6eb2a02f4a1f1f084316b81548b27bef1b7 (diff)
downloadpkgsrc-f561af50587a9439a68f632989132bc093ae07ff.tar.gz
Don't include bsd.pkg.mk in Makefile.common, so force all files that
include it to include bsd.pkg.mk themselves. Convert to use buildlink.mk files and mark freeciv packages as USE_BUILDLINK_ONLY. Include zlib's buildlink.mk file in server and clients as -lz is used.
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-rw-r--r--games/freeciv-share/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 6c7501c2d64..d7f1e2cd655 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2001/06/11 06:34:33 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2001/06/21 05:06:17 jlam Exp $
DISTNAME= freeciv-${FC_VERS}
FC_VERS= 1.11.4
@@ -16,6 +16,6 @@ DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
GNU_CONFIGURE= # defined
-USE_LIBINTL= # defined
+#USE_LIBINTL= # defined
-.include "../../mk/bsd.pkg.mk"
+.include "../../devel/gettext-lib/buildlink.mk"