mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
editors/psgml: Unbreak for devel_full and devel_nox
Approved by: portmgr (blanket)
This commit is contained in:
parent
b5dda9ea4a
commit
233b7d26bb
1 changed files with 2 additions and 5 deletions
|
@ -15,20 +15,17 @@ WWW= http://www.lysator.liu.se/~lenst/about_psgml/
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
|
|
||||||
BROKEN= fails to build
|
|
||||||
.endif
|
|
||||||
|
|
||||||
USES= emacs
|
USES= emacs
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR}
|
CONFIGURE_ARGS= --lispdir=${PSGML_LISPDIR}
|
||||||
CONFIGURE_ENV= EMACS=${EMACS_CMD}
|
CONFIGURE_ENV= EMACS=${EMACS_CMD}
|
||||||
|
|
||||||
SUB_FILES= ${PSGML_STARTUPEL}
|
SUB_FILES= ${PSGML_STARTUPEL}
|
||||||
SUB_LIST= PSGML_LISPDIR=${PSGML_LISPDIR}
|
SUB_LIST= PSGML_LISPDIR=${PSGML_LISPDIR}
|
||||||
PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL}
|
|
||||||
|
|
||||||
INFO= psgml psgml-api
|
INFO= psgml psgml-api
|
||||||
|
PLIST_SUB= PSGML_STARTUPEL=${PSGML_STARTUPEL}
|
||||||
|
|
||||||
PSGML_STARTUPEL= psgml-startup.el
|
PSGML_STARTUPEL= psgml-startup.el
|
||||||
PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml
|
PSGML_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/psgml
|
||||||
|
|
Loading…
Add table
Reference in a new issue