summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-27 07:00:52 +0000
committerjlam <jlam>2001-10-27 07:00:52 +0000
commite19bcd007ff29b05cd8aab244b27a7986b799c0a (patch)
treebce9a174e936f18b0f927ec18cb6ae244e82fda1 /editors/nano
parent86f05ac6c60ae9fc36d523b37f3ea1585972c224 (diff)
downloadpkgsrc-e19bcd007ff29b05cd8aab244b27a7986b799c0a.tar.gz
Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index a34b6c83752..c71d463a219 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/06/20 04:01:37 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/10/27 07:00:52 jlam Exp $
DISTNAME= nano-1.0.2
CATEGORIES= editors
@@ -9,8 +9,6 @@ HOMEPAGE= http://www.gnu.org/software/nano/nano.html
COMMENT= small and friendly text editor (a free replacement for Pico)
GNU_CONFIGURE= yes
-
-#USE_LIBINTL= yes
USE_BUILDLINK_ONLY= yes
.include "../../devel/gettext-lib/buildlink.mk"