diff -ruN --exclude=CVS /usr/ports/benchmarks/super-smack/Makefile /home/staff/gslin/work/super-smack/Makefile --- /usr/ports/benchmarks/super-smack/Makefile Sun Dec 11 19:16:20 2005 +++ /home/staff/gslin/work/super-smack/Makefile Sun Dec 11 23:55:14 2005 @@ -10,7 +10,7 @@ CATEGORIES= benchmarks databases MASTER_SITES= http://vegan.net/tony/supersmack/ -MAINTAINER= gslin@ccca.nctu.edu.tw +MAINTAINER= gslin@gslin.org COMMENT= A benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes @@ -19,6 +19,8 @@ OPTIONS= MYSQL "Enable MySQL support" on \ POSTGRESQL "Enable PostgreSQL support" off +.include + .if !defined(WITHOUT_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql @@ -26,7 +28,7 @@ .if defined(WITH_POSTGRESQL) USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgresql +CONFIGURE_ARGS+= --with-pgsql .endif -.include +.include