diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-20 13:18:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-08-20 13:18:26 +0000 |
commit | 74d9f45a9a69d4a2d2ffca044e485b6c6cbb0573 (patch) | |
tree | 77c9e58f1a7905fe37691cfcb7aefa344a6344d8 /graphics/gtkdps | |
parent | a0695e59f62a7a5c5c1c08f25c33ecfa9a1cb985 (diff) | |
download | ports-74d9f45a9a69d4a2d2ffca044e485b6c6cbb0573.tar.gz ports-74d9f45a9a69d4a2d2ffca044e485b6c6cbb0573.zip |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 6a8e4fbc5a0d..3e61d8840715 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -16,8 +16,6 @@ DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gtk bindings for the Display GhostScript System -LIB_DEPENDS= dpstk.0:${PORTSDIR}/x11/dgs - USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -44,6 +42,7 @@ BROKEN= Does not compile on alpha BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-4 .else BUILD_DEPENDS+= pswrap:${PORTSDIR}/devel/imake-6 +LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs .endif post-patch: |