diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 05:36:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 05:36:52 +0800 |
commit | b0512b6c3737a922d1c889c8657763c52bd05588 (patch) | |
tree | 5a14b2412cb776d22e31624c6259c08c441837b4 /palm | |
parent | e3887e89b82d40ab81ed3970c5b98294e811b51f (diff) | |
download | freebsd-ports-gnome-b0512b6c3737a922d1c889c8657763c52bd05588.tar.gz freebsd-ports-gnome-b0512b6c3737a922d1c889c8657763c52bd05588.tar.zst freebsd-ports-gnome-b0512b6c3737a922d1c889c8657763c52bd05588.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-librra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index 393525f672d4..ec46ae74dee6 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -23,7 +23,7 @@ RECURR_DESC= Enable experimential recurrence support GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix iconv +USES= pathfix pkgconfig iconv CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \ --with-libmimedir="${LOCALBASE}" |