aboutsummaryrefslogtreecommitdiffstats
path: root/lang/newlisp-devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
committerlinimon <linimon@FreeBSD.org>2017-06-25 08:29:09 +0800
commitc5d08e42102d70dcbd448ae11773f148e7c79c69 (patch)
treeec081b06d4ac1171d90c17f7c227c9b2007dc591 /lang/newlisp-devel
parentd8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff)
downloadfreebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.gz
freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.zst
freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.zip
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/newlisp-devel')
-rw-r--r--lang/newlisp-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/newlisp-devel/Makefile b/lang/newlisp-devel/Makefile
index 404dae7d6111..5c8b8f161577 100644
--- a/lang/newlisp-devel/Makefile
+++ b/lang/newlisp-devel/Makefile
@@ -12,10 +12,10 @@ COMMENT= LISP like scripting language
LICENSE= GPLv3
-BROKEN_powerpc64= does not build: error: redefinition of typedef CPPFunction
-
LIB_DEPENDS= libffi.so:devel/libffi
+BROKEN_powerpc64= does not build: error: redefinition of typedef CPPFunction
+
CONFLICTS= newlisp-[0-9]*
USES= readline tar:tgz
@@ -42,7 +42,7 @@ GUISERV_DESC= Install GUI server (in Java)
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
CFLAGS+= -DNEWLISP64
.endif