diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-08 15:57:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-08 15:57:21 +0000 |
commit | 7c69cf054afe0b1746f1fcb79992e6b61603ff4f (patch) | |
tree | d9476cfad752a65f28b76a2b58ad9bfe48984f8c | |
parent | Add some master sites. (diff) |
Add dependency to Mesa.
Notes
Notes:
svn path=/head/; revision=22969
-rw-r--r-- | x11/xscreensaver/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 4b9799ace156..1628025df515 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= http://www.jwz.org/xscreensaver/ MAINTAINER= jseger@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + MesaGL.14:${PORTSDIR}/graphics/Mesa3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-pam +CONFIGURE_ARGS= --without-pam --with-gl --with-gle --with-xpm USE_X_PREFIX= yes MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ bsod.1 bubbles.1 critical.1 decayscreen.1 \ |