diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 09:59:01 +0000 |
commit | b3e4e19ddced293c5d1147a3172d522b4a807708 (patch) | |
tree | 3c883a39a2d25fb39090c52b9f70a4343ca7cc7a /palm/synce-gvfs | |
parent | eaa56b6fc08ef5b5a1500ce02bed6585015cad94 (diff) | |
download | freebsd-ports-b3e4e19ddced293c5d1147a3172d522b4a807708.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'palm/synce-gvfs')
-rw-r--r-- | palm/synce-gvfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 6e3f92397eef..55202304c52d 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= gnomeprefix gvfs INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} |