diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 07:46:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-10-19 07:46:45 +0800 |
commit | 3afaba6fefec49386c5d0a68937eaf41958051d0 (patch) | |
tree | 0aa806169b6f1dc9119de01a6b61af52c9373366 | |
parent | 7c7bc7ddd0a96ee56673ffd31a937adf3691adc2 (diff) | |
download | freebsd-ports-gnome-3afaba6fefec49386c5d0a68937eaf41958051d0.tar.gz freebsd-ports-gnome-3afaba6fefec49386c5d0a68937eaf41958051d0.tar.zst freebsd-ports-gnome-3afaba6fefec49386c5d0a68937eaf41958051d0.zip |
- Support staging
-rw-r--r-- | games/lpairs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/lpairs/Makefile b/games/lpairs/Makefile index ed89eb456755..f3a9a41df5fd 100644 --- a/games/lpairs/Makefile +++ b/games/lpairs/Makefile @@ -15,7 +15,6 @@ USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |