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/xscreensaver | |
parent | afbda030260504d4b1ce7698d7c5bb64d3a2ed91 (diff) | |
download | ports-a7ca04f70614409372b84cd2086b93ef9e053184.tar.gz ports-a7ca04f70614409372b84cd2086b93ef9e053184.zip |
Notes
Diffstat (limited to 'x11/xscreensaver')
-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 |