diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 04:18:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 04:18:05 +0800 |
commit | f8473fc44d4a0389299091429f5719e7e96f12ce (patch) | |
tree | a6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/pp3 | |
parent | 67b8d601c828770bce4f61e4b6a64a2bbb1e95e6 (diff) | |
download | freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.gz freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.tar.zst freebsd-ports-gnome-f8473fc44d4a0389299091429f5719e7e96f12ce.zip |
Reduce unecessary bsd.port.options.mk inclusion.
Diffstat (limited to 'astro/pp3')
-rw-r--r-- | astro/pp3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/pp3/Makefile b/astro/pp3/Makefile index 7d53b844b43e..de164c498a52 100644 --- a/astro/pp3/Makefile +++ b/astro/pp3/Makefile @@ -15,8 +15,6 @@ USE_TEX= latex OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.options.mk> - do-build: (cd ${WRKSRC} \ && ${CXX} ${CXXFLAGS} -DPP3DATA=\"${DATADIR}\" pp3.cc -o pp3) |