aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-13 18:34:51 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-13 18:34:51 +0000
commit6ff065527cbea5e5bec2286d2c13f9dc9cdb1f44 (patch)
treefe7c5b98f821a9106268ba01110e33d66bdada61
parent94c9c582d2c714437317b0e043d261e929c8a7d9 (diff)
downloadports-6ff065527cbea5e5bec2286d2c13f9dc9cdb1f44.tar.gz
ports-6ff065527cbea5e5bec2286d2c13f9dc9cdb1f44.zip
Notes
-rw-r--r--editors/axe/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile
index 0bacceaf2918..a24e7c95bf05 100644
--- a/editors/axe/Makefile
+++ b/editors/axe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: aXe
-# Date created: 28 December 1994
-# Whom: jc@irbs.com John Capo
-#
+# Created by: John Capo <jc@irbs.com>
# $FreeBSD$
-#
PORTNAME= aXe
PORTVERSION= 6.1.2
@@ -23,5 +19,6 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt
ALL_TARGET= Xaw3d all
MAN1= axe.1 axinfo.1
MAKE_JOBS_UNSAFE= yes
+CFLAGS= -Wno-return-type
.include <bsd.port.mk>