diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
commit | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/xemacs-devel | |
parent | 8b330db9e10e1e3e9b78358da8c509d0586697b6 (diff) | |
download | ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.tar.gz ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.zip |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index ca1a34a4b2be..9093786853a3 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> |