diff options
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r-- | databases/glom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index c6bc21ca2f92..76c72292c98d 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -42,6 +42,10 @@ INSTALLS_ICONS= yes #PLIST_SUB+= VERSION=${PORTVERSION:R} PLIST_SUB+= VERSION=1.26 +.if ! exists(/usr/libdata/pkgconfig/libarchive.pc) +LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive +.endif + post-patch: @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ ${WRKSRC}/Makefile.in |