diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-17 20:59:15 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-01-17 20:59:15 +0000 |
commit | 82190a55d948b8519dfdbcc1043074078e363dea (patch) | |
tree | df823ed39dac8164753b3585473937c4c889207e /editors/xemacs21 | |
parent | a16e97dfc4f71f8f6a02ff2a027d550aa4222614 (diff) | |
download | ports-82190a55d948b8519dfdbcc1043074078e363dea.tar.gz ports-82190a55d948b8519dfdbcc1043074078e363dea.zip |
Notes
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index cbafac3194c2..d4c5e354143f 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -8,7 +8,7 @@ DISTNAME= xemacs-${XEMACS_VER} PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-21.1 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= \ ftp://ftp.xemacs.org/pub/xemacs/xemacs-${XEMACS_REL}/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/xemacs-${XEMACS_REL}/ \ @@ -16,9 +16,9 @@ MASTER_SITES= \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-${XEMACS_REL}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} -MAINTAINER= gj@FreeBSD.org +MAINTAINER?= gj@FreeBSD.org -RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ |