diff options
author | petef <petef@FreeBSD.org> | 2002-02-20 14:22:29 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-20 14:22:29 +0800 |
commit | 1f72683714ca4b7714acbe8fac1dd212cd3fd8dc (patch) | |
tree | 02a8f5bbdc83588fbc7290a410f1082d2aa016e6 /net/pptpclient | |
parent | 7178b053b29f6f5ba9fb734b7f41f003a4e24097 (diff) | |
download | freebsd-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/Makefile | 2 |
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" \ |