diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-03-04 18:33:05 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-03-04 18:33:05 +0800 |
commit | 964819b60c24239fe9a0a5c9249ef65533123379 (patch) | |
tree | d520bfef1b6cbcac288e03c8910fa4ad975f0d82 /net-mgmt/netwox/Makefile | |
parent | 19a3f0ff4992ab722e29b87c73a3b463700b13db (diff) | |
download | freebsd-ports-gnome-964819b60c24239fe9a0a5c9249ef65533123379.tar.gz freebsd-ports-gnome-964819b60c24239fe9a0a5c9249ef65533123379.tar.zst freebsd-ports-gnome-964819b60c24239fe9a0a5c9249ef65533123379.zip |
PR: 47270
Submitted by: MAINTAINER
Aadd better file dependency in the Makefile to force compile against updated
library.
Diffstat (limited to 'net-mgmt/netwox/Makefile')
-rw-r--r-- | net-mgmt/netwox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile index 55639d255f59..102bb2937e5b 100644 --- a/net-mgmt/netwox/Makefile +++ b/net-mgmt/netwox/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= -src.tgz MAINTAINER= king@v2project.com COMMENT= Lcrzoex contains over 300 functionnalities using network library lcrzo -BUILD_DEPENDS= ${LOCALBASE}/lib/liblcrzo.a:${PORTSDIR}/security/lcrzo +BUILD_DEPENDS= ${LOCALBASE}/include/lcrzo_debugdefs.h:${PORTSDIR}/security/lcrzo WRKSRC= ${WRKDIR}/${PKGNAME}-src/src |