1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/editors/emacs-nox11/Makefile
Ashish SHUKLA da6797116b - Exclude DBUS support from editors/emacs-nox11 so it builds without X11.
Thanks to swell.k@gmail.com for the fix.

PR:		ports/147103
Submitted by:	swell.k@gmail.com
Approved by:	pgj (mentor)
Feature safe:	yes
2010-06-22 07:48:38 +00:00

17 lines
293 B
Makefile

# Ports collection makefile for: emacs-devel
# Date created: Sep 07 2008
# Whom: phoffman@proper.com
#
# $FreeBSD$
#
_OPTIONS_OK= yes
WITHOUT_DBUS= yes
WITHOUT_X11= yes
PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../emacs
LATEST_LINK= emacs-nox11
.include "${MASTERDIR}/Makefile"