diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-11 01:44:15 +0000 |
commit | 13fb0b92a29536c74fd1cea5b5e8e7fb8705be98 (patch) | |
tree | d21fd4ee60da4c705d6bb2d4d0222a7e7af7ef7b /sysutils/gigolo/Makefile | |
parent | 52a39feebd3a360c0a4633697006081ae2024197 (diff) | |
download | ports-13fb0b92a29536c74fd1cea5b5e8e7fb8705be98.tar.gz ports-13fb0b92a29536c74fd1cea5b5e8e7fb8705be98.zip |
Notes
Diffstat (limited to 'sysutils/gigolo/Makefile')
-rw-r--r-- | sysutils/gigolo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/gigolo/Makefile b/sysutils/gigolo/Makefile index 54902eaa334d..2d905fccd78e 100644 --- a/sysutils/gigolo/Makefile +++ b/sysutils/gigolo/Makefile @@ -12,6 +12,9 @@ COMMENT= Frontend to easily manage filesystem connections LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS_REASON= Does not compile + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser USES= gmake fuse pkgconfig gettext-tools xfce tar:bzip2 @@ -27,9 +30,6 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= Does not compile - post-patch: @${REINPLACE_CMD} -e 's|^DOCFILES.*|DOCFILES =|' \ ${WRKSRC}/Makefile.in |