diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 06:53:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-16 06:53:18 +0000 |
commit | 18462bab6b4b6b015a00dba5dd6b77a24ad76c00 (patch) | |
tree | d8418db51399dd48bfaa7b6b60719caa0dd467f9 /x11-wm | |
parent | respect CFLAGS. (diff) |
When building package forcefully turn optional GNOME components on, otherwise
gnome and gnome-fifth-toe packages contain incorrect dependencies list.
Notes
Notes:
svn path=/head/; revision=51614
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index 4b1ccd2b770b..b8d81c277e25 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -34,7 +34,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) +.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME USE_GNOME= yes CONFIGURE_ARGS+=--enable-capplet PLIST_SUB+= GNOME:="" diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 4b1ccd2b770b..b8d81c277e25 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -34,7 +34,8 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) +.if defined(HAVE_GNOME) || defined(PACKAGE_BUILDING) +.undef WITHOUT_GNOME USE_GNOME= yes CONFIGURE_ARGS+=--enable-capplet PLIST_SUB+= GNOME:="" |