diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:52 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 17:39:52 +0800 |
commit | 336479482c5f084c3fc79165206cfbe1b3880133 (patch) | |
tree | e59027b37c44ebf1520fecbca6839590a72eb691 /misc | |
parent | 10203d07687c6e1533915e3048f8b906082cc502 (diff) | |
download | freebsd-ports-gnome-336479482c5f084c3fc79165206cfbe1b3880133.tar.gz freebsd-ports-gnome-336479482c5f084c3fc79165206cfbe1b3880133.tar.zst freebsd-ports-gnome-336479482c5f084c3fc79165206cfbe1b3880133.zip |
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ree/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/ree/Makefile b/misc/ree/Makefile index 97375fb40602..ea44df0a6030 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -17,8 +17,6 @@ ONLY_FOR_ARCHS= i386 amd64 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-build: .for f in ${PORTNAME} fontdump ${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f} |