diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2005-09-29 03:43:25 +0000 |
commit | dc5fb470346f32981a7266559e08fb90e2564649 (patch) | |
tree | 4ba35782bcaf6705cc209b29217d5d5a60aa4e87 /editors/bless | |
parent | 97ae1d50aca5272c4054eca6292c130b4a6aad05 (diff) |
- Chase move of gtk-sharp to gtk-sharp10 and gtk-sharp-devel to
gtk-sharp20 for affected ports.
- Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining
in mcatalog, bless, f-spot, and gecko-sharp10.
Approved by: ahze (mentor)
Notes
Notes:
svn path=/head/; revision=143739
Diffstat (limited to 'editors/bless')
-rw-r--r-- | editors/bless/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index fd547553fbbb..0ac2d5f09ee7 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= A high quality, full featured hex editor -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 +RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp10 USE_GNOME= gnomehack gnomeprefix gnometarget USE_GMAKE= yes |