diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-04-03 03:19:50 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-04-03 03:19:50 +0800 |
commit | 3752ddd0bdc424528dd7ba52f0d4d027166148ba (patch) | |
tree | 4d35997a3556c7d56f202b12fb51351fd37c806d /x11-wm | |
parent | 4534fa52c4ef2f1d26777e9dba76406bf50ed7ca (diff) | |
download | freebsd-ports-gnome-3752ddd0bdc424528dd7ba52f0d4d027166148ba.tar.gz freebsd-ports-gnome-3752ddd0bdc424528dd7ba52f0d4d027166148ba.tar.zst freebsd-ports-gnome-3752ddd0bdc424528dd7ba52f0d4d027166148ba.zip |
Change enlightenment's binary name to e16,
and bump version.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/enlightenment-docs/Makefile b/x11-wm/enlightenment-docs/Makefile index f435d4d363fe..6499d8d09d7c 100644 --- a/x11-wm/enlightenment-docs/Makefile +++ b/x11-wm/enlightenment-docs/Makefile @@ -7,6 +7,7 @@ PORTNAME= enlightenment-docs PORTVERSION= 0.16.8 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -15,7 +16,7 @@ DISTNAME= e16-docs-${PORTVERSION}-0.02 MAINTAINER= vanilla@FreeBSD.org COMMENT= Data files of enlightenment DOX -RUN_DEPENDS= ${X11BASE}/bin/enlightenment:${PORTSDIR}/x11-wm/enlightenment +RUN_DEPENDS= ${X11BASE}/bin/e16:${PORTSDIR}/x11-wm/enlightenment USE_X_PREFIX= yes USE_GMAKE= yes |