summaryrefslogtreecommitdiff
path: root/x11/xscreensaver
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-04-13 06:19:32 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-04-13 06:19:32 +0000
commit7fc039b375479acbe88ac8722a8c679c8f587690 (patch)
tree25b6b0e88a37be8872e258a67fc0298cf29e1e94 /x11/xscreensaver
parentUpdate to 0.83 (diff)
Make it easier to find libjpeg in non-standard installs.
Submitted by: A cast of thousands
Notes
Notes: svn path=/head/; revision=57648
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r--x11/xscreensaver/Makefile3
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>