diff options
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 698515811ab7..4a78820f3e1a 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -23,7 +23,8 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ - --with-configdir=${PREFIX}/share/xscreensaver/config/ + --with-configdir=${PREFIX}/share/xscreensaver/config/ \ + --with-jpeg=${LOCALBASE} .include <bsd.port.pre.mk> |