diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:13:47 +0000 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/qt4-odbc-plugin/Makefile | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) | |
download | ports-36117d709704f772dbc3d305cda6923741791598.tar.gz ports-36117d709704f772dbc3d305cda6923741791598.zip |
Notes
Diffstat (limited to 'databases/qt4-odbc-plugin/Makefile')
-rw-r--r-- | databases/qt4-odbc-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/qt4-odbc-plugin/Makefile b/databases/qt4-odbc-plugin/Makefile index 1d8e3cc3f536..1da61888d838 100644 --- a/databases/qt4-odbc-plugin/Makefile +++ b/databases/qt4-odbc-plugin/Makefile @@ -1,4 +1,4 @@ -# Created by: Michael Nottebrock <lofi@freebsd.org> +# Created by: Michael Nottebrock <lofi@FreeBSD.org> # $FreeBSD$ PORTNAME= qt4-${DB}-plugin @@ -29,4 +29,5 @@ MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" MOC="${MOC}" \ QT_LIBDIR="${QT_LIBDIR}" PLIST_SUB= DB=${DB} +NO_STAGE= yes .include <bsd.port.mk> |