aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-06-06 05:12:21 +0800
committerpav <pav@FreeBSD.org>2005-06-06 05:12:21 +0800
commitdca63e21a5fb3b6a0b6f123745c289f596434f81 (patch)
tree1c377293a03e59c45cec54e8d017d07a7506131c /x11-wm/fvwm2
parent00fe7b84b73536229f6fee16ae261db2aa2d52ea (diff)
downloadfreebsd-ports-gnome-dca63e21a5fb3b6a0b6f123745c289f596434f81.tar.gz
freebsd-ports-gnome-dca63e21a5fb3b6a0b6f123745c289f596434f81.tar.zst
freebsd-ports-gnome-dca63e21a5fb3b6a0b6f123745c289f596434f81.zip
- Don't clobber PKGNAMESUFFIX when imlib is used
PR: ports/80971 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'x11-wm/fvwm2')
-rw-r--r--x11-wm/fvwm2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 096a74442679..b13c512eb1ce 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -60,7 +60,7 @@ PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
.if ${HAVE_GNOME:Mimlib}!=""
USE_GNOME= imlib
-PKGNAMESUFFIX= -imlib
+PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-imlib
CONFIGURE_ARGS+= --with-gnome --enable-gnome-hints \
--enable-gtktest --enable-imlibtest
PLIST_SUB+= GTK=""