aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-20 06:22:29 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-20 06:22:29 +0000
commita64cf587b247a497f85d87361b95e0f0b8675e11 (patch)
tree540c3258df650466ce34421a648d7302e5f86745 /net/pptpclient
parenta9c4eec89eedae0ab65d0319a4c5e8ac0a7bbd9b (diff)
downloadports-a64cf587b247a497f85d87361b95e0f0b8675e11.tar.gz
ports-a64cf587b247a497f85d87361b95e0f0b8675e11.zip
Make libgnugetopt a build and runtime dependency (via LIB_DEPENDS), instead
of just a build depend. PR: 34897 Submitted by: Charles Randall <cfr@pobox.com>
Notes
Notes: svn path=/head/; revision=54949
Diffstat (limited to 'net/pptpclient')
-rw-r--r--net/pptpclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index 9d63c4c10222..cc2b500f1c4f 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -14,7 +14,7 @@ DISTFILES= pptp-linux-1.0.3-1.tar.gz
MAINTAINER= thomas@cuivre.fr.eu.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/libgnugetopt.a:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
MAKE_ARGS= DEBUG="" \
INCLUDE="-I${LOCALBASE}/include" \