diff options
author | makc <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-23 21:08:41 +0800 |
commit | 257d95e619d504625a3dd72269614d7fe350704c (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /games/kmancala | |
parent | 4db462c2d32f9526ce9940e28a4b22915d0982f5 (diff) | |
download | freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.gz freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.zst freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.zip |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Diffstat (limited to 'games/kmancala')
-rw-r--r-- | games/kmancala/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/kmancala/Makefile b/games/kmancala/Makefile index cabed15d0403..b698d078cd09 100644 --- a/games/kmancala/Makefile +++ b/games/kmancala/Makefile @@ -16,5 +16,4 @@ USES= cmake:outsource USE_KDE4= kdelibs kdeprefix automoc4 libkdegames USE_QT4= moc_build qmake_build rcc_build uic_build -NO_STAGE= yes .include <bsd.port.mk> |