diff options
author | naddy <naddy@FreeBSD.org> | 2013-10-04 23:21:09 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-10-04 23:21:09 +0800 |
commit | 34b6354632949485a0ebe16b77ab8764868804a8 (patch) | |
tree | ea92451cfcaa0bbbcbf28ed4437074940d9ea0b2 /math/galculator/Makefile | |
parent | d4d7bc2b6a877ff8e92e4f98ef66714f4e67374b (diff) | |
download | freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.tar.gz freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.tar.zst freebsd-ports-gnome-34b6354632949485a0ebe16b77ab8764868804a8.zip |
Support staging.
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r-- | math/galculator/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index c6b59023b210..8f215d40dc0c 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -16,7 +16,4 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk3 -MAN1= galculator.1 - -NO_STAGE= yes .include <bsd.port.mk> |