diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-29 06:11:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-29 06:11:17 +0000 |
commit | 5e32716f8b807fd8ecdd3c053b8d8f0f98773f4c (patch) | |
tree | f4a9ea7490617289380bb9a638baee2eca1f0324 /graphics | |
parent | d23ed23b938a6177e2c465ea74fc3e527cb55a80 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgnomecanvasmm/Makefile | 2 | ||||
-rw-r--r-- | graphics/passepartout/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgnomecanvasmm/Makefile b/graphics/libgnomecanvasmm/Makefile index 731ac1aa0baa..1db5bde6d2fb 100644 --- a/graphics/libgnomecanvasmm/Makefile +++ b/graphics/libgnomecanvasmm/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnomecanvas library -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 +LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 3a0a0af9540f..83d8863d39ac 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ MAINTAINER= gnome@FreeBSD.org COMMENT= DTP application for X -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ +LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \ xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt |