summaryrefslogtreecommitdiff
path: root/games/freeciv-gtk2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 18:27:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-26 18:27:02 +0000
commit9b873184373b078961c0938dc02cd9350e8c0c7e (patch)
treebf52fe44091f5bcb2f401234103cfe312ddd54b9 /games/freeciv-gtk2
parentupgrade to 0.2.0.1 (diff)
Make the PKGNAMESUFFIC overrideable so that package builds will work.
Reported by: bento Approved by: maintainer
Notes
Notes: svn path=/head/; revision=79679
Diffstat (limited to 'games/freeciv-gtk2')
-rw-r--r--games/freeciv-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index 3a9f2d253711..15bdbbeaffff 100644
--- a/games/freeciv-gtk2/Makefile
+++ b/games/freeciv-gtk2/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+= imlib
-PKGNAMESUFFIX= -imlib
+PKGNAMESUFFIX?= -imlib
.else
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.endif