diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-14 00:42:03 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-14 00:42:03 +0800 |
commit | 5e05a3fc76f195db170ed9b145a1a4a7f3986c81 (patch) | |
tree | e044b9f98830af600308e74e9d404ee65709b0c9 /databases | |
parent | bce9b204540c1c9fb3238e01eea9d866562bf40a (diff) | |
download | freebsd-ports-gnome-5e05a3fc76f195db170ed9b145a1a4a7f3986c81.tar.gz freebsd-ports-gnome-5e05a3fc76f195db170ed9b145a1a4a7f3986c81.tar.zst freebsd-ports-gnome-5e05a3fc76f195db170ed9b145a1a4a7f3986c81.zip |
remove NO_STAGE.
Approved by: portmgr@
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqliteman/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index 737856e9f24e..6d8c51fc8531 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -20,5 +20,4 @@ USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |