diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:36:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:36:25 +0000 |
commit | e49235ba88613d72086305a5c2b5ba24c39e8567 (patch) | |
tree | 89a036e7a97d1b2dbea937ce097c6b42e2eb9087 /sysutils | |
parent | 7bed1b926b027b3dab1f04e90485f20a8bc0549c (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/archivemount/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index e4bd1254e69f..2fe5a345b274 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -15,8 +15,6 @@ MAN1= archivemount.1 GNU_CONFIGURE= yes NO_INSTALL_MANPAGES= yes -USES= fuse pkgconfig iconv -USE_GMAKE= yes -USE_GCC= 4.2+ +USES= fuse pkgconfig iconv gmake .include <bsd.port.mk> |