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.
This commit is contained in:
Giorgos Keramidas 2010-05-24 12:03:23 +00:00
parent 82aa4be726
commit e464f9717f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254969

View File

@ -11,8 +11,4 @@ PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../emacs
LATEST_LINK= emacs-nox11
.if ${OSVERSION} < 700000 && defined(WITH_DBUS)
BROKEN= Does not currently build with dbus support
.endif
.include "${MASTERDIR}/Makefile"