aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-10-05 11:49:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-10-05 11:49:44 +0000
commit042d2315e9c3c9eed01ca671de2087b418462c94 (patch)
tree04bbb4e0736efe0192eacb568056ac7610ab3f34 /x11-wm/enlightenment
parent1eb98c0af815e8526fd8d06d555f3c904f30a747 (diff)
downloadports-042d2315e9c3c9eed01ca671de2087b418462c94.tar.gz
ports-042d2315e9c3c9eed01ca671de2087b418462c94.zip
Use helpers to avoid extra inclusion of pre.mk/post.mk
Notes
Notes: svn path=/head/; revision=451303
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r--x11-wm/enlightenment/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index a59f84cfd360..ee0bd5d84c81 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -16,6 +16,8 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libefl.so:devel/efl \
libxcb-keysyms.so:x11/xcb-util-keysyms
+BROKEN_sparc64= Does not install on sparc64: signal 10
+
GNU_CONFIGURE= yes
USES= alias autoreconf desktop-file-utils gettext-tools \
gmake iconv libtool pathfix pkgconfig tar:xz
@@ -48,10 +50,4 @@ post-patch:
${WRKSRC}/src/bin/Makefile.mk \
${WRKSRC}/src/modules/Makefile_cpufreq.mk
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64: signal 10
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>