diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /sysutils/archivemount/Makefile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'sysutils/archivemount/Makefile')
-rw-r--r-- | sysutils/archivemount/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index 1881cc5a1a4f..858d8e0d61ba 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -15,10 +15,9 @@ MAN1= archivemount.1 GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes -USES= fuse +USES= fuse pkgconfig USE_GMAKE= yes USE_ICONV= yes -USE_PKGCONFIG= yes USE_GCC= 4.2+ .include <bsd.port.mk> |