summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2011-05-20 07:04:04 +0000
committeroliver <oliver@FreeBSD.org>2011-05-20 07:04:04 +0000
commit1a61e6518358f65ba632c65ddea06e5ee5ca1ad7 (patch)
treed6cea557a5fd3133d36c1f807891729cf2921c74
parentf166bd0f7d6248ecac070fa3b4644e3a818790ee (diff)
downloadFreeBSD-ports-1a61e6518358f65ba632c65ddea06e5ee5ca1ad7.zip
FreeBSD-ports-1a61e6518358f65ba632c65ddea06e5ee5ca1ad7.tar.gz
remove dependency on devel/libgetline
PR: ports/156778 Submitted by: bapt
-rw-r--r--mail/vqadmin/Makefile1
-rw-r--r--mail/vqadmin/files/patch-Makefile.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/vqadmin/Makefile b/mail/vqadmin/Makefile
index d838657..b349419 100644
--- a/mail/vqadmin/Makefile
+++ b/mail/vqadmin/Makefile
@@ -14,7 +14,6 @@ MASTER_SITES= SF
MAINTAINER= oliver@FreeBSD.org
COMMENT= A cgi-based Virtual Qmail Domains Administrator
-LIB_DEPENDS= getline.1:${PORTSDIR}/devel/libgetline
BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
RUN_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
diff --git a/mail/vqadmin/files/patch-Makefile.in b/mail/vqadmin/files/patch-Makefile.in
index 734cd21..e529ca1 100644
--- a/mail/vqadmin/files/patch-Makefile.in
+++ b/mail/vqadmin/files/patch-Makefile.in
@@ -5,7 +5,7 @@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-+LIBS = -L%%LOCALBASE%%/lib -lgetline @LIBS@
++LIBS = -L%%LOCALBASE%%/lib @LIBS@
depcomp =
am__depfiles_maybe =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
OpenPOWER on IntegriCloud