diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 03:27:27 +0800 |
commit | 8adc2e3d29caea6a5b7a4e1d20392df0c59e3996 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /x11-wm/wmakerconf | |
parent | b3bf612f5d1af0bb5c9a69f87df28e8b6bbb7c9f (diff) | |
download | freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.gz freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.tar.zst freebsd-ports-gnome-8adc2e3d29caea6a5b7a4e1d20392df0c59e3996.zip |
Fix some _DEPENDS
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 977495849310..3e6025f3c9b0 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -14,7 +14,7 @@ COMMENT= Configuration tool for Window Maker LICENSE= GPLv2 -LIB_DEPENDS= libwraster.so:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= libWINGs.so:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm4 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |