diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-10-15 21:35:03 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-10-15 21:35:03 +0000 |
commit | 0859a9c9f4a505ff4a4598ca9cc9a76b4b416f1d (patch) | |
tree | 3ea44c5cc7ad85c5aab9f73f489feb14bf84a909 /sysutils/ucspi-unix | |
parent | d37f298649b67205de23a36561c8d864cac1ac9e (diff) |
Notes
Diffstat (limited to 'sysutils/ucspi-unix')
-rw-r--r-- | sysutils/ucspi-unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index c3df0654754b..579218f3f33c 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -7,14 +7,14 @@ PORTNAME= ucspi-unix PORTVERSION= 0.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-unix/ MAINTAINER= patrick@rinke-bochum.de COMMENT= UNIX-domain socket client-server command-line tools -BUILD_DEPENDS= bglibs.1:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bglibs.1:${PORTSDIR}/devel/bglibs USE_REINPLACE=yes |