diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:58:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 16:58:08 +0000 |
commit | efc1cb64f924e28e5311b7f53491903d78083410 (patch) | |
tree | 7037efd712f2fedc0dc2b5a45a56587614e86b3a /graphics/gtkdps | |
parent | 90a744a3a45bd599bd073bc391b98846f5563b48 (diff) |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index cb3c0e7c7098..7e860946f3f1 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -13,7 +13,7 @@ DISTNAME= gtkDPS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gtk bindings for the Display GhostScript System -LIB_DEPENDS+= dpstk.0:${PORTSDIR}/x11/dgs +LIB_DEPENDS+= dpstk:${PORTSDIR}/x11/dgs USE_GNOME= gtk12 GNU_CONFIGURE= yes |