diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-27 02:27:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-27 02:27:02 +0800 |
commit | b5725fcdf3eaa813962a55abeb4064675649972a (patch) | |
tree | 30413da1adf03e0b65dee7958d77acca60b1d820 /games | |
parent | b527886781defe6586c550b84e317b049452131b (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | games/freeciv/Makefile | 2 |
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 |