diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-06-25 21:09:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-06-25 21:09:12 +0000 |
commit | c1a974e52c44eaf2202d12d54e4b1076a3adb19e (patch) | |
tree | 03ea043dfcecb845163e32b701ade17f29a2299f /print | |
parent | e24a65032e81d27e433751c2909f657c106f6d3d (diff) | |
download | ports-c1a974e52c44eaf2202d12d54e4b1076a3adb19e.tar.gz ports-c1a974e52c44eaf2202d12d54e4b1076a3adb19e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/xpp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 7654717aa68d..e2c0baed0237 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -7,9 +7,13 @@ PORTREVISION= 12 CATEGORIES= print MASTER_SITES= SF/cups/${PORTNAME}/${PORTVERSION} -MAINTAINER= cy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11-based printer manager for CUPS +DEPRECATED= Last update as 2004-12-09, unsupported by upstream +EXPIRATION_DATE= 2020-06-30 +BROKEN= Fails to build with latest CUPS, unsupported by upstream + LIB_DEPENDS= libcups.so:print/cups \ libfltk.so.1:x11-toolkits/fltk |