diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-12 21:49:54 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-12 21:49:54 +0800 |
commit | f394718b014de8ca7e09091fc16b8304f6ef95a6 (patch) | |
tree | 091f20149ac485a7dba3bfd64afa48745f8f053e /x11 | |
parent | 20996ce72f556dfa2076be70ac08f0e146496a22 (diff) | |
download | freebsd-ports-gnome-f394718b014de8ca7e09091fc16b8304f6ef95a6.tar.gz freebsd-ports-gnome-f394718b014de8ca7e09091fc16b8304f6ef95a6.tar.zst freebsd-ports-gnome-f394718b014de8ca7e09091fc16b8304f6ef95a6.zip |
Chase libdockapp update.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmmenu/Makefile | 2 | ||||
-rw-r--r-- | x11/xscreensaver.app/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/wmmenu/Makefile b/x11/wmmenu/Makefile index 514ea5e0bb41..5e9e81c73d21 100644 --- a/x11/wmmenu/Makefile +++ b/x11/wmmenu/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.fcoutant.freesurf.fr/download/ MAINTAINER= karlj000@unbc.ca COMMENT= A popup menu of icons that launch programs for the WindowMaker dock -LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp:install +LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp:install WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes diff --git a/x11/xscreensaver.app/Makefile b/x11/xscreensaver.app/Makefile index 8cc6fd43da1b..92c9cedabf1e 100644 --- a/x11/xscreensaver.app/Makefile +++ b/x11/xscreensaver.app/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.asleep.net/download/ MAINTAINER= hemi@puresimplicity.net COMMENT= WindowMaker dockapp to control XScreenSaver -LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp +LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp PLIST_FILES= bin/XScreenSaver.App USE_X_PREFIX= yes |