diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-10 22:12:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-10 22:12:15 +0800 |
commit | da230c179bc1279b6354df717dc4aca1bbb416c3 (patch) | |
tree | 35e1bf037b2b7154cfde1cdf2ab00217b40fd0e1 /graphics/gtkdps | |
parent | 5494c09d3d4165727b6bd9973c21865889005466 (diff) | |
download | freebsd-ports-gnome-da230c179bc1279b6354df717dc4aca1bbb416c3.tar.gz freebsd-ports-gnome-da230c179bc1279b6354df717dc4aca1bbb416c3.tar.zst freebsd-ports-gnome-da230c179bc1279b6354df717dc4aca1bbb416c3.zip |
- take maintainership
- pswrap will be build with dgs
- remove DEPRECATED, EXPIRATION_DATE
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 542f54bf470a..629dec0c9c29 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gyve.org/pub/gtkDPS/ \ MASTER_SITE_SUBDIR= distfiles DISTNAME= gtkDPS-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Gtk bindings for the Display GhostScript System USE_GNOME= gtk12 @@ -24,9 +24,6 @@ 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="" |