diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-24 16:29:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-24 16:29:16 +0000 |
commit | 51702f37f4fba9ea91cdcd4bb0c5bc933cb5cf5b (patch) | |
tree | 1e48dcf32910c0fc63b70b674357b13eec383af9 /sysutils | |
parent | 631c06649bfd5bc94efeaece97a4ce6a00d99224 (diff) | |
download | ports-51702f37f4fba9ea91cdcd4bb0c5bc933cb5cf5b.tar.gz ports-51702f37f4fba9ea91cdcd4bb0c5bc933cb5cf5b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/LPRng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 40648057a623..7d29983ff11c 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ARGS= \ --with-lpd_conf_path=/etc/lpd.conf \ --with-lpd_perms_path=/etc/lpd.perms \ --with-printcap_path=/etc/printcap +USE_GMAKE= yes MAN1= cancel.1 lp.1 lpbanner.1 lpf.1 \ lpq.1 lpr.1 lpraccnt.1 lprm.1 lpstat.1 monitor.1 \ |