diff options
Diffstat (limited to 'devel/librest/Makefile')
-rw-r--r-- | devel/librest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/librest/Makefile b/devel/librest/Makefile index 7d41cf96211a..36ebcef6538a 100644 --- a/devel/librest/Makefile +++ b/devel/librest/Makefile @@ -11,7 +11,7 @@ COMMENT= Easy access to RESTful web services LICENSE= LGPL21 -BUILD_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss +BUILD_DEPENDS= ca_root_nss>0:security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake libtool pathfix pkgconfig tar:xz @@ -25,9 +25,9 @@ PORTEXAMPLES= *.c OPTIONS_DEFINE= GNOME EXAMPLES OPTIONS_DEFAULT= GNOME -GNOME_LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome +GNOME_LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome GNOME_CONFIGURE_OFF= --without-gnome -GNOME_LIB_DEPENDS_OFF= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +GNOME_LIB_DEPENDS_OFF= libsoup-2.4.so:devel/libsoup post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |