diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-17 20:37:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-17 20:37:16 +0800 |
commit | 793b69ca72ad9826b0d89b17ed4fbc37b27a7497 (patch) | |
tree | d8223c9c08035958613c8ecf9a0e2bace573110f | |
parent | a66f4f32bf58f11135c09d59e8e035dc7c271b82 (diff) | |
download | freebsd-ports-graphics-793b69ca72ad9826b0d89b17ed4fbc37b27a7497.tar.gz freebsd-ports-graphics-793b69ca72ad9826b0d89b17ed4fbc37b27a7497.tar.zst freebsd-ports-graphics-793b69ca72ad9826b0d89b17ed4fbc37b27a7497.zip |
- cleanup after xfree86 removal
-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 0eb898d210a..56499466d9e 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 |