diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-02 01:48:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-02 01:48:32 +0800 |
commit | 741366f73714702a8e44e67bfbc2d59ccd723635 (patch) | |
tree | ff41a306f03365abf009d1dccf77152453ad94f9 /games | |
parent | 528fa2e7910b6e4293aac8a50e154172efe9557a (diff) | |
download | freebsd-ports-gnome-741366f73714702a8e44e67bfbc2d59ccd723635.tar.gz freebsd-ports-gnome-741366f73714702a8e44e67bfbc2d59ccd723635.tar.zst freebsd-ports-gnome-741366f73714702a8e44e67bfbc2d59ccd723635.zip |
- Add comment on that .la files are needed
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/pinball/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index c40a4795d780..191cf88e795d 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -12,7 +12,7 @@ COMMENT= Emilia Pinball is a free pinball game LICENSE= GPLv2 -USES= gmake libtool:keepla +USES= gmake libtool:keepla # .la needed for plugin loading USE_GL= gl GNU_CONFIGURE= yes USE_LDCONFIG= yes |