diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 04:25:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 04:25:03 +0800 |
commit | 3365c85c65f4ab35c7b8c473a1055bffca870cb5 (patch) | |
tree | 44aa389cad01ee5c4dbd08b16958f5f2cb69afc2 /palm | |
parent | 9b55c738b07282bcd827dca728653af9ba3dbc37 (diff) | |
download | freebsd-ports-gnome-3365c85c65f4ab35c7b8c473a1055bffca870cb5.tar.gz freebsd-ports-gnome-3365c85c65f4ab35c7b8c473a1055bffca870cb5.tar.zst freebsd-ports-gnome-3365c85c65f4ab35c7b8c473a1055bffca870cb5.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index 51e3da440722..26fa61905cdd 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -19,7 +19,7 @@ CONFLICTS= popular-[0-9]* GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool -USES= pathfix iconv +USES= pathfix iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libiconv="${LOCALBASE}" \ --with-libsynce="${LOCALBASE}" |