diff options
author | flz <flz@FreeBSD.org> | 2006-11-08 08:07:06 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-11-08 08:07:06 +0800 |
commit | 62235f4ef65579032c741fc4d8a1532aa99f52db (patch) | |
tree | 7615ade4e9d41acca2a336ac9ab8ab36fd03d554 /graphics/gtkdps | |
parent | 55655f95ed352b3fed75dfe2e21353e3b4b8057e (diff) | |
download | freebsd-ports-gnome-62235f4ef65579032c741fc4d8a1532aa99f52db.tar.gz freebsd-ports-gnome-62235f4ef65579032c741fc4d8a1532aa99f52db.tar.zst freebsd-ports-gnome-62235f4ef65579032c741fc4d8a1532aa99f52db.zip |
Deprecate port. Will be removed on 25th of December 2006.
Depends on pswrap which is currently part of the imake-6 port. The
new imake distfile from xorg doesn't provide its own pswrap because
it's considered obsolete (and anholt said it was only half-done).
Discussed with: anholt
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 3e61d8840715..542f54bf470a 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -24,6 +24,9 @@ CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +DEPRECATED= Discontinued and depends on pswrap which will disappear soon +EXPIRATION_DATE=2006-12-25 + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |