diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2013-06-20 01:59:25 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2013-06-20 01:59:25 +0000 |
commit | baee0a62c62915bd214f030ff755755a4f7265c5 (patch) | |
tree | 36b6a73912be80d84fbbcc00e73dd2ae6c2ccfaa /net/remmina-plugin-i18n/Makefile | |
parent | 342cc7883f9c32add89b2cff456497660b8f39b1 (diff) |
Notes
Diffstat (limited to 'net/remmina-plugin-i18n/Makefile')
-rw-r--r-- | net/remmina-plugin-i18n/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/remmina-plugin-i18n/Makefile b/net/remmina-plugin-i18n/Makefile index 868be5c15bcd..6707a5efb2e5 100644 --- a/net/remmina-plugin-i18n/Makefile +++ b/net/remmina-plugin-i18n/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: remmina-plugin-i18n -# Date created: 24 June 2010 -# Whom: Alexander Logvinov <avl@FreeBSD.org> -# +# Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ # @@ -11,6 +8,6 @@ COMMENT= Localized messages for Remmina plugins MASTERDIR= ${.CURDIR}/../remmina-plugins -USES= gettext +USES+= gettext .include "${MASTERDIR}/Makefile" |