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 /misc | |
parent | e5540f4b4bc7ce8ec566945ad5cddebbc5a09ecd (diff) |
- 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.
Notes
Notes:
svn path=/head/; revision=197811
Diffstat (limited to 'misc')
-rw-r--r-- | misc/seizedesktop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index a2664eff0cd0..e6028d692bba 100644 --- a/misc/seizedesktop/Makefile +++ b/misc/seizedesktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= seizedesktop PORTVERSION= 0.1a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc windowmaker tkstep80 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri @@ -20,9 +20,11 @@ COMMENT= A customizer of desktop screen environment 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 SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD='${REINPLACE_CMD}' \ |