diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-02-25 10:13:49 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-02-25 10:13:49 +0000 |
commit | a7ca04f70614409372b84cd2086b93ef9e053184 (patch) | |
tree | 16539336a24c8fc3f3163e955fa28ef62e256453 /x11 | |
parent | Missed this in the last commit. This patch is no longer needed. (diff) |
Blah..... should have nuked this too
Notes
Notes:
svn path=/head/; revision=55227
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 132a518ed2f3..8905285d0c65 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -30,10 +30,8 @@ CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+= --with-gnome -PLIST_SUB+= CONFIGDIR="share/gnome/control-center/screensavers" .else CONFIGURE_ARGS+= --without-gnome -PLIST_SUB+= CONFIGDIR="share/xscreensaver/config" .endif CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include/gnome-xml |