aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-10-17 18:29:40 +0800
committernetchild <netchild@FreeBSD.org>2003-10-17 18:29:40 +0800
commite2a21e1e7649b3fd2cee9922499262b285089df8 (patch)
treef4fe5bbdb66b5dac6698aed62b13540db9aa09de /sysutils
parente26920a9b1bd217be50e9bd4c31d382619c914b9 (diff)
downloadfreebsd-ports-gnome-e2a21e1e7649b3fd2cee9922499262b285089df8.tar.gz
freebsd-ports-gnome-e2a21e1e7649b3fd2cee9922499262b285089df8.tar.zst
freebsd-ports-gnome-e2a21e1e7649b3fd2cee9922499262b285089df8.zip
The port depends on an include file, not on a library. Revert back
to BUILD_DEPENDS, but use the include file as a dependency instead. Discussed with: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ucspi-unix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile
index 579218f3f33c..3ecea460a2ec 100644
--- a/sysutils/ucspi-unix/Makefile
+++ b/sysutils/ucspi-unix/Makefile
@@ -7,14 +7,14 @@
PORTNAME= ucspi-unix
PORTVERSION= 0.36
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://untroubled.org/ucspi-unix/
MAINTAINER= patrick@rinke-bochum.de
COMMENT= UNIX-domain socket client-server command-line tools
-LIB_DEPENDS= bglibs.1:${PORTSDIR}/devel/bglibs
+BUILD_DEPENDS= ${LOCALBASE}/include/bglibs/sysdeps.h:${PORTSDIR}/devel/bglibs
USE_REINPLACE=yes