diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-11-08 00:07:06 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-11-08 00:07:06 +0000 |
commit | ac8645fc654d3abcff8072a427889a9ceef8bf51 (patch) | |
tree | 7957a1e9aac6a586384cb2dcb9378f5376fd38bc /graphics | |
parent | b6cd0157ed5b593c10f9b9265c2c2feb8d045d74 (diff) | |
download | ports-ac8645fc654d3abcff8072a427889a9ceef8bf51.tar.gz ports-ac8645fc654d3abcff8072a427889a9ceef8bf51.zip |
Notes
Diffstat (limited to 'graphics')
-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="" |