diff options
author | will <will@FreeBSD.org> | 2000-10-24 16:29:16 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-24 16:29:16 +0000 |
commit | c58ef4f34a7bef4e016bf3319fb9f3ba67058cc1 (patch) | |
tree | 7cf57e1332d961efe71fe418d7fd7d7ee3ca129d /sysutils | |
parent | a48756e15b7ae09bd5610a3ce2d6f52233653280 (diff) | |
download | FreeBSD-ports-c58ef4f34a7bef4e016bf3319fb9f3ba67058cc1.zip FreeBSD-ports-c58ef4f34a7bef4e016bf3319fb9f3ba67058cc1.tar.gz |
Add USE_GMAKE.
Submitted by: bento
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 4064805..7d29983 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 \ |