diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 12:37:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 12:37:16 +0000 |
commit | 00f3898de137b0b4158bf49a1a83bc790522b5c2 (patch) | |
tree | f085aa6306112d04875b13609e9a87000d64f2e4 /graphics/gtkdps/Makefile | |
parent | 576b758986620b9b57ab9b67c620e6fc010a171a (diff) | |
download | ports-00f3898de137b0b4158bf49a1a83bc790522b5c2.tar.gz ports-00f3898de137b0b4158bf49a1a83bc790522b5c2.zip |
- cleanup after xfree86 removal
Notes
Notes:
svn path=/head/; revision=209197
Diffstat (limited to 'graphics/gtkdps/Makefile')
-rw-r--r-- | graphics/gtkdps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 0eb898d210a4..56499466d9ea 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -17,6 +17,8 @@ DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Gtk bindings for the Display GhostScript System +LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs + USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 @@ -40,9 +42,6 @@ PLIST_SUB+= NLS="@comment " BROKEN= Does not compile on alpha .endif -BUILD_DEPENDS+= pswrap:${PORTSDIR}/x11/dgs -LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs - post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |