aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgnugetopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r--devel/libgnugetopt/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 4a86207c738c..c13c5aa68c0d 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -6,6 +6,11 @@
# $FreeBSD$
#
+# Note that GCC contains the master copy of GNU's getopt in libiberty/
+# and include/. The next time this port is updated, it should use
+# the latest GCC release (the smaller -core dist is fine) for the
+# distfile. -- obrien
+
PORTNAME= libgnugetopt
PORTVERSION= 1.1
CATEGORIES= devel