diff options
author | jlam <jlam> | 2001-05-16 04:37:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-16 04:37:46 +0000 |
commit | eb4a620f6ef8c17ef5d050631c3b889c21722d67 (patch) | |
tree | e5a6811ad9bd0910be0bffccd6f3818559f5bc01 /devel | |
parent | d15c8cbb065ff438a3551c710c6e47dd0c847c0d (diff) | |
download | pkgsrc-eb4a620f6ef8c17ef5d050631c3b889c21722d67.tar.gz |
Tidy up the comments.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgetopt/Makefile.getopt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile.getopt b/devel/libgetopt/Makefile.getopt index 21c7cbbcad5..a4a2e5b1971 100644 --- a/devel/libgetopt/Makefile.getopt +++ b/devel/libgetopt/Makefile.getopt @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.getopt,v 1.1 2001/05/15 19:18:14 jlam Exp $ +# $NetBSD: Makefile.getopt,v 1.2 2001/05/16 04:37:46 jlam Exp $ # # This Makefile fragment is included by packages that use getopt_long(). # @@ -10,6 +10,9 @@ # package Makefile, optionally define WRKINCDIR, add # link-getopt-headers to the prerequisite targets for pre-configure, # and add ${WRKINCDIR} to the compiler's header search path. +# +# You may need to add LIBS to CONFIGURE_ENV if you the packages uses a GNU +# configure script. .if exists(/usr/include/getopt.h) GETOPT_H= /usr/include/getopt.h @@ -21,7 +24,7 @@ LIBS+= -lgetopt WRKINCDIR?= ${WRKDIR}/include -# This target links the getopt header into ${WRKINCDIR}/include, which is +# This target links the getopt header into ${WRKINCDIR}, which should be # searched first by the C preprocessor. # link-getopt-headers: |