mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d97f43e9ec
- Remove now redundant BROKEN_* directive from slave port: editors/emacs-nox11 Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu>
16 lines
386 B
Makefile
16 lines
386 B
Makefile
# Created by: phoffman@proper.com
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
CONFLICTS_INSTALL= emacs-[0-9]* emacs-devel-[0-9]*
|
|
|
|
OPTIONS_EXCLUDE= CAIRO GCONF GIF GSETTINGS GTK2 GTK3 JPEG M17N MAGICK \
|
|
MOTIF OTF PNG SCROLLBARS SVG TIFF X11 XAW XAW3D XFT XIM \
|
|
XPM XWIDGETS
|
|
OPTIONS_DEFAULT= GNUTLS MODULES SOURCES XML
|
|
|
|
MASTERDIR= ${.CURDIR}/../emacs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|