diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2004-07-11 08:14:09 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2004-07-11 08:14:09 +0000 |
commit | 5e65df641d452bd8acf0d74b7128626bb6dca512 (patch) | |
tree | 8fe05cd511a9c819e2edd534fb53b4035abc1758 /print/rlpr/Makefile | |
parent | Distfile has been rerolled. Bump PORTREVISION. (diff) |
Declare USE_GETOPT_LONG=yes for the sake of -stable
Notes
Notes:
svn path=/head/; revision=113378
Diffstat (limited to 'print/rlpr/Makefile')
-rw-r--r-- | print/rlpr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 1bbd1ca77397..895d5b4b371b 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -16,6 +16,7 @@ COMMENT= Send print jobs to lpd servers anywhere on a network #LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes #CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl" CONFIGURE_ENV= CPPFLAGS="-I${FILESDIR}" CONFIGURE_ARGS= --disable-nls --without-catgets |