diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:18:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 20:18:05 +0000 |
commit | 92d9f8b89ddeadcf0843749fad5c764af0ceb4e1 (patch) | |
tree | a6ff6b0c9f83cec367f6f3926f2bec01d392095c /astro/pp3 | |
parent | 654093c5478a0b3348d498344a78e1553880196b (diff) | |
download | ports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.tar.gz ports-92d9f8b89ddeadcf0843749fad5c764af0ceb4e1.zip |
Notes
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) |