diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-19 07:24:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-19 07:24:23 +0000 |
commit | 51359cc5987a7995b9f61068d8fdc43c5155903e (patch) | |
tree | 59ef43659d1b3d38516b54e0d96f65056ae2ae45 /devel/libgnugetopt | |
parent | 75f7233d6ae36eed3eeede2d56ea63d8bfd65f74 (diff) | |
download | ports-51359cc5987a7995b9f61068d8fdc43c5155903e.tar.gz ports-51359cc5987a7995b9f61068d8fdc43c5155903e.zip |
Notes
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r-- | devel/libgnugetopt/Makefile | 5 |
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 |