pass some fake flags to make this install gnome stubs when gnome is not

present when packaging (it doesn't really depend on gnome); from heko@
This commit is contained in:
pvalchev 2002-07-21 07:08:48 +00:00
parent 964afbf742
commit 578b029afc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2002/07/18 14:17:04 brad Exp $
# $OpenBSD: Makefile,v 1.5 2002/07/21 07:08:48 pvalchev Exp $
COMMENT= "Desktop wallpaper manager and X11 screensaver"
@ -25,6 +25,11 @@ CONFIGURE_ARGS= --with-image-library=gdkimlib \
--with-gtk-config=${LOCALBASE}/bin/gtk-config
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng"
# Will install some stub files for gnome. Needed if Gnome not installed
# when packaging.
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
GNOME_PREFIX=${PREFIX}
USE_X11= Yes
CONFIGURE_STYLE= gnu