diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /print | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.zip FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 3c727af..d0ff83d 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -17,6 +17,8 @@ MAINTAINER= andreas@FreeBSD.org DIST_SUBDIR= apsfilter +USE_SUBMAKE= yes + # special arrangement for package building, build stuff without X11 # to make memory footprint of apsfilter package smaller .if defined(BATCH) && defined(PACKAGE_BUILDING) |