aboutsummaryrefslogtreecommitdiff
path: root/x11/xscreensaver.app
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
commit00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch)
tree8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/xscreensaver.app
parentadca18a930ac2e29a3187e0d23bc49de0bb9262f (diff)
downloadports-00bda700bcc5bf1222cffd023f08f3490ea99a26.tar.gz
ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.zip
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=339414
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 9f31d45b9c90..8d29d06b0166 100644
--- a/x11/xscreensaver.app/Makefile
+++ b/x11/xscreensaver.app/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/xscreensaverapp/${PORTNAME}/${PORTVERSION}
MAINTAINER= hemi@puresimplicity.net
COMMENT= WindowMaker dockapp to control XScreenSaver
-LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
+LIB_DEPENDS= libdockapp.so:${PORTSDIR}/x11-wm/libdockapp
PLIST_FILES= bin/XScreenSaver.App
GNU_CONFIGURE= yes
@@ -19,5 +19,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= "LDFLAGS+=-L${LOCALBASE}/lib -lX11"
-NO_STAGE= yes
.include <bsd.port.mk>