1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/editors/emacs-nox11/Makefile
Giorgos Keramidas e464f9717f Revert revision 1.3 it breaks "make -V PKGNAME" (possibly others too)
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.
2010-05-24 12:03:23 +00:00

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"