diff options
Diffstat (limited to 'devel/libsoup/Makefile')
-rw-r--r-- | devel/libsoup/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index c070fc698..7de7c0384 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= libsoup -PORTVERSION= 2.46.0 -PORTREVISION= 1 +PORTVERSION= 2.48.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,7 +28,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-more-warnings CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip LIBVERSION= 1.7.0 |