diff options
author | mm <mm@FreeBSD.org> | 2007-08-16 23:40:03 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-16 23:40:03 +0800 |
commit | 617a012ff2a151135cdaf82f4099e6b8b7a8deaa (patch) | |
tree | 3b0c57b65a7d4bb2304866d199f825894445895b /graphics | |
parent | 85ea8d24d0a8c4fc0fbecd162c8d754e9c18534d (diff) | |
download | freebsd-ports-gnome-617a012ff2a151135cdaf82f4099e6b8b7a8deaa.tar.gz freebsd-ports-gnome-617a012ff2a151135cdaf82f4099e6b8b7a8deaa.tar.zst freebsd-ports-gnome-617a012ff2a151135cdaf82f4099e6b8b7a8deaa.zip |
- Remove USE_X_PREFIX (implies USE_XLIB)
- Bump PORTREVISION
- Schedule for expiration on 2007-11-16
USE_X_PREFIX is not neccesary (these are script-only ports) and it is
removed to reduce build times on clusters.
Ports depending on tkstep80 are very old (~1999), not developed and
unmaintained.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jgv/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index 5cad311d0832..73148b9f7f8d 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -7,7 +7,7 @@ PORTNAME= jgv PORTVERSION= 0.2a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} @@ -21,9 +21,11 @@ COMMENT= A graphic viewer with various image types RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80 +DEPRECATED= development stalled for years, outdated, unmaintained +EXPIRATION_DATE= 2007-11-16 + NO_WRKSUBDIR= yes NO_BUILD= yes -USE_X_PREFIX= yes REINPLACE_ARGS= TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps |