diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins3/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit3/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index 3df8dfc6a..d621a9c43 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.8 2011/04/27 20:07:30 kwm Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.9 2011/05/28 12:46:36 kwm Exp $ # PORTNAME= gedit-plugins @@ -21,6 +21,7 @@ RUN_DEPENDS= gedit>=2.91.11:${PORTSDIR}/editors/gedit3 CONFLICTS= gedit-plugins-2.[0-9]* +LATEST_LINK= gedit-plugins3 USE_LDCONFIG= yes USE_BZIP2= yes USE_GMAKE= yes diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 90bcdd14e..f2e177bb9 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit3/Makefile,v 1.16 2011/05/28 12:06:10 kwm Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.17 2011/05/31 19:34:48 kwm Exp $ # PORTNAME= gedit @@ -25,6 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co CONFLICTS= gedit-2.[0-9]* +LATEST_LINK= gedit3 USE_XORG= sm USE_XZ= yes USE_GETTEXT= yes |