diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-20 06:22:29 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-20 06:22:29 +0000 |
commit | a64cf587b247a497f85d87361b95e0f0b8675e11 (patch) | |
tree | 540c3258df650466ce34421a648d7302e5f86745 /net/pptpclient | |
parent | a9c4eec89eedae0ab65d0319a4c5e8ac0a7bbd9b (diff) | |
download | ports-a64cf587b247a497f85d87361b95e0f0b8675e11.tar.gz ports-a64cf587b247a497f85d87361b95e0f0b8675e11.zip |
Notes
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" \ |