diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-10 14:12:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-10 14:12:15 +0000 |
commit | 9ef62cddd99832bc1e35bac22ece61cd0957cee7 (patch) | |
tree | d1613bdfd64817abbf71c11c4662f50b4c79c3f7 /graphics/gtkdps | |
parent | 4238b7752b8fb2dcbe113016ae569955ba117caa (diff) | |
download | ports-9ef62cddd99832bc1e35bac22ece61cd0957cee7.tar.gz ports-9ef62cddd99832bc1e35bac22ece61cd0957cee7.zip |
Notes
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="" |