diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-22 22:49:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-22 22:49:55 +0000 |
commit | f1e070927c85bc04b8a0782ed170533326a93967 (patch) | |
tree | 609244129c7c2811bf126543e4480791932c3c35 | |
parent | Fix compilation problem when other iconv-type ports are installed. (diff) |
Remove dependencies that are implied by USE_GNOME
Notes
Notes:
svn path=/head/; revision=42946
-rw-r--r-- | editors/glimmer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index da2088467475..4395c8d58671 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -7,7 +7,7 @@ PORTNAME= glimmer PORTVERSION= 1.0.2 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= editors gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk -LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint \ - gnomevfs.0:${PORTSDIR}/devel/gnomevfs RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk USE_X_PREFIX= yes |