diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 11:09:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 11:09:29 +0800 |
commit | e8b566b79987f77374d4eb0f6935cd1d95ebca38 (patch) | |
tree | 024032b662a14f11e3f3df4f1fd5e82c785dd606 | |
parent | 966fba8b04143c671c8c0a814f97998ce540b2b4 (diff) | |
download | freebsd-ports-gnome-e8b566b79987f77374d4eb0f6935cd1d95ebca38.tar.gz freebsd-ports-gnome-e8b566b79987f77374d4eb0f6935cd1d95ebca38.tar.zst freebsd-ports-gnome-e8b566b79987f77374d4eb0f6935cd1d95ebca38.zip |
Move the include of bsd.port.pre.mk after the basic defines.
-rw-r--r-- | graphics/ray++/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index bb8616b5103e..702e5e311fc9 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -14,17 +14,17 @@ MASTER_SITES= http://www.mpa-garching.mpg.de/~martin/ray++/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A collection of C++ classes needed for ray tracing +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared --enable-fast-handles +USE_GMAKE= yes +INSTALLS_SHLIB= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 BROKEN= "Does not compile on FreeBSD ${OSVERSION}" .endif -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-fast-handles -USE_GMAKE= yes -INSTALLS_SHLIB= yes - do-install: @(cd ${WRKSRC} ; \ ${INSTALL_DATA} ray++.so ${PREFIX}/lib ; \ |