diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-14 19:00:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-14 19:00:07 +0000 |
commit | 77dccfa69ade60e1bfa0e636f965aa1c84c0eefc (patch) | |
tree | 54370a9c2d10a29870254af7011294fa08bc68b0 /x11 | |
parent | 53aed4e8baa5d4b537106012967a6feb432a4a7f (diff) | |
download | FreeBSD-ports-77dccfa69ade60e1bfa0e636f965aa1c84c0eefc.zip FreeBSD-ports-77dccfa69ade60e1bfa0e636f965aa1c84c0eefc.tar.gz |
Update version number of wmraster shared library.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/login.app/Makefile | 2 | ||||
-rw-r--r-- | x11/wdm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile index 1952b1d..487f0b6 100644 --- a/x11/login.app/Makefile +++ b/x11/login.app/Makefile @@ -15,7 +15,7 @@ DISTFILES= Login.app-${PORTVERSION:S/.a/-Alpha-/}${EXTRACT_SUFX} \ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker \ +LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ PropList.2:${PORTSDIR}/devel/libPropList WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/} diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index c87c729..4a903a7 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker DIST_SUBDIR= wdm USE_X_PREFIX= yes |