summaryrefslogtreecommitdiff
path: root/x11/xscreensaver.app
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-23 23:03:18 +0000
commit06aa815303d09728523a1521f001bd7d8ac0ff16 (patch)
tree8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /x11/xscreensaver.app
parent- Since X11BASE = LOCALBASE, register a conflict between freeglut and (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209644
Diffstat (limited to 'x11/xscreensaver.app')
-rw-r--r--x11/xscreensaver.app/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xscreensaver.app/Makefile b/x11/xscreensaver.app/Makefile
index 2ec699a05b14..f851a842fc70 100644
--- a/x11/xscreensaver.app/Makefile
+++ b/x11/xscreensaver.app/Makefile
@@ -7,7 +7,7 @@
PORTNAME= XScreenSaver.App
PORTVERSION= 2.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= xscreensaverapp
@@ -18,7 +18,6 @@ COMMENT= WindowMaker dockapp to control XScreenSaver
LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
PLIST_FILES= bin/XScreenSaver.App
-USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib" \
CPPFLAGS="-I${X11BASE}/include"