aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-10 14:49:35 +0800
committerbapt <bapt@FreeBSD.org>2013-07-10 14:49:35 +0800
commit001afe11f445e4869bac6a102524066580819412 (patch)
tree3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/xemacs-devel
parentb41e4c8ce508f1206eba1b3746328e966b5be209 (diff)
downloadfreebsd-ports-graphics-001afe11f445e4869bac6a102524066580819412.tar.gz
freebsd-ports-graphics-001afe11f445e4869bac6a102524066580819412.tar.zst
freebsd-ports-graphics-001afe11f445e4869bac6a102524066580819412.zip
Convert from USE_MOTIF to USES=motif
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index ca1a34a4b2b..9093786853a 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: X-Emacs
-# Date created: 25 Oct 2001
-# Whom: Gary Jennejohn (gj@FreeBSD.org)
-#
+# Created by: Gary Jennejohn <gj@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xemacs-devel
PORTVERSION= ${XEMACS_VER:S/-/./}
@@ -79,10 +75,10 @@ ALL_TARGET= all dist
PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if exists(${LOCALBASE}/lib/libXm.so)
-USE_MOTIF= yes
+USES+= motif
HAVE_MOTIF= yes
.endif
@@ -157,4 +153,4 @@ post-install::
# @${ECHO_MSG} "to ${PORTNAME}${PKGNAMESUFFIX}-${XEMACS_VER}."
#.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>