diff options
Diffstat (limited to 'sysutils/dar/Makefile')
-rw-r--r-- | sysutils/dar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 19936aeec3e9..3decf4a0d063 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -7,6 +7,7 @@ PORTNAME= dar PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} @@ -21,6 +22,7 @@ USE_REINPLACE= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX} |