diff options
Diffstat (limited to 'editors/gedit-plugins3')
-rw-r--r-- | editors/gedit-plugins3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index 3f2475b32..ee7497fc7 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.5 2011/04/06 06:19:48 kwm Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.6 2011/04/13 17:32:42 kwm Exp $ # PORTNAME= gedit-plugins @@ -19,6 +19,8 @@ BUILD_DEPENDS= gedit>=2.91.11:${PORTSDIR}/editors/gedit3 LIB_DEPENDS= peas-1.0.0:${PORTSDIR}/devel/libpeas RUN_DEPENDS= gedit>=2.91.11:${PORTSDIR}/editors/gedit3 +CONFLICTS= gedit-plugins-2.[0-9]* + USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes |