diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsoup/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index a89893ce2..2825fb6c4 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/libsoup/Makefile,v 1.113 2012/08/08 16:56:39 kwm Exp $ +# $MCom: ports/devel/libsoup/Makefile,v 1.114 2012/10/19 17:02:53 kwm Exp $ PORTNAME= libsoup PORTVERSION= 2.40.1 @@ -31,8 +31,6 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.4" -.include <bsd.port.pre.mk> - .if defined(SOUP_SLAVE) USE_SQLITE= yes LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup \ @@ -69,6 +67,6 @@ post-install: ${PREFIX}/include/libsoup-2.4/libsoup/soup-connection.h .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> .endif |