mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e464f9717f
The check for WITH_DBUS && WITHOUT_X11 can be done in the Makefile of the master port. It doesn't really help to have the same check repeated in all the slave ports. Updating multiple places is actually worse.
15 lines
266 B
Makefile
15 lines
266 B
Makefile
# Ports collection makefile for: emacs-devel
|
|
# Date created: Sep 07 2008
|
|
# Whom: phoffman@proper.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
WITHOUT_X11= yes
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs
|
|
LATEST_LINK= emacs-nox11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|