Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/editors/mp/Makefile 315195 2013-03-25 06:06:56Z miwi $ |
2 |
# $FreeBSD: head/editors/mp/Makefile 315195 2013-03-25 06:06:56Z miwi $ |
3 |
|
3 |
|
4 |
PORTNAME= mp |
4 |
PORTNAME= mp |
5 |
PORTVERSION= 5.2.5 |
5 |
PORTVERSION= 5.2.6 |
6 |
CATEGORIES= editors |
6 |
CATEGORIES= editors |
7 |
MASTER_SITES= http://triptico.com/download/mp/ |
7 |
MASTER_SITES= http://triptico.com/download/mp/ |
8 |
|
8 |
|
Lines 29-35
Link Here
|
29 |
.include <bsd.port.options.mk> |
29 |
.include <bsd.port.options.mk> |
30 |
|
30 |
|
31 |
.if ${PORT_OPTIONS:MNLS} |
31 |
.if ${PORT_OPTIONS:MNLS} |
32 |
USE_GETTEXT= yes |
32 |
USES+= gettext |
33 |
PLIST_SUB+= NLS="" |
33 |
PLIST_SUB+= NLS="" |
34 |
.else |
34 |
.else |
35 |
CONFIGURE_ARGS+= --without-gettext |
35 |
CONFIGURE_ARGS+= --without-gettext |