aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-27 02:27:02 +0800
committermarcus <marcus@FreeBSD.org>2003-04-27 02:27:02 +0800
commitb5725fcdf3eaa813962a55abeb4064675649972a (patch)
tree30413da1adf03e0b65dee7958d77acca60b1d820 /games
parentb527886781defe6586c550b84e317b049452131b (diff)
downloadfreebsd-ports-gnome-b5725fcdf3eaa813962a55abeb4064675649972a.tar.gz
freebsd-ports-gnome-b5725fcdf3eaa813962a55abeb4064675649972a.tar.zst
freebsd-ports-gnome-b5725fcdf3eaa813962a55abeb4064675649972a.zip
Make the PKGNAMESUFFIC overrideable so that package builds will work.
Reported by: bento Approved by: maintainer
Diffstat (limited to 'games')
-rw-r--r--games/freeciv-gtk2/Makefile2
-rw-r--r--games/freeciv/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 3a9f2d253711..15bdbbeaffff 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/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