diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-16 15:40:03 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-16 15:40:03 +0000 |
commit | d3331ed5521089d61a777bd54679a54fa1d39ad3 (patch) | |
tree | 376d51c1b0a1a5a5a93d07ed3b2337eea9b41cc8 /editors | |
parent | e5540f4b4bc7ce8ec566945ad5cddebbc5a09ecd (diff) | |
download | ports-d3331ed5521089d61a777bd54679a54fa1d39ad3.tar.gz ports-d3331ed5521089d61a777bd54679a54fa1d39ad3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/muggy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index 86da30d520b3..8828f1e57800 100644 --- a/editors/muggy/Makefile +++ b/editors/muggy/Makefile @@ -7,7 +7,7 @@ PORTNAME= muggy PORTVERSION= 1.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} @@ -21,9 +21,11 @@ COMMENT= A simple text editor for the X on TkStep 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, 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 |