aboutsummaryrefslogtreecommitdiffstats
path: root/net/pptpclient
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2002-02-20 14:22:29 +0800
committerpetef <petef@FreeBSD.org>2002-02-20 14:22:29 +0800
commit1f72683714ca4b7714acbe8fac1dd212cd3fd8dc (patch)
tree02a8f5bbdc83588fbc7290a410f1082d2aa016e6 /net/pptpclient
parent7178b053b29f6f5ba9fb734b7f41f003a4e24097 (diff)
downloadfreebsd-ports-gnome-1f72683714ca4b7714acbe8fac1dd212cd3fd8dc.tar.gz
freebsd-ports-gnome-1f72683714ca4b7714acbe8fac1dd212cd3fd8dc.tar.zst
freebsd-ports-gnome-1f72683714ca4b7714acbe8fac1dd212cd3fd8dc.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>
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" \