diff options
author | rene <rene@FreeBSD.org> | 2012-06-27 03:25:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-06-27 03:25:12 +0800 |
commit | 949f9bd795d2962fb05cbf1f5fe716686a76b1e2 (patch) | |
tree | 866b08ead5a88d385b782daf3bf455719fad4ce6 /emulators | |
parent | 9aa08b94bb59b1be8f088066416e39405fdb6fb2 (diff) | |
download | freebsd-ports-gnome-949f9bd795d2962fb05cbf1f5fe716686a76b1e2.tar.gz freebsd-ports-gnome-949f9bd795d2962fb05cbf1f5fe716686a76b1e2.tar.zst freebsd-ports-gnome-949f9bd795d2962fb05cbf1f5fe716686a76b1e2.zip |
Make sure DOCS, NLS, and EXAMPLES are mentioned in OPTIONS_DEFINE if used.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-utils/Makefile | 2 | ||||
-rw-r--r-- | emulators/lib765/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index fc74c7dfa614..54e03fbd2a96 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ MAN1= createhdf.1 fuse-utils.1 listbasic.1 raw2hdf.1 rzxcheck.1 rzxdump.1 rzxtool.1 scl2trd.1 snap2tzx.1 snapconv.1 tapeconv.1 tzxlist.1 profile2map.1 -OPTIONS_DEFINE= AUDIOFILE +OPTIONS_DEFINE= AUDIOFILE DOCS AUDIOFILE_DESC= Build audio <-> tape utilities diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index b7c0567b36ed..76040397a33b 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -18,7 +18,7 @@ LICENSE= LGPL20 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -OPTIONS_DEFINE= LIBDSK +OPTIONS_DEFINE= DOCS LIBDSK LIBDSK_DESC= Include LibDSK support (recommended) |