diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-11 14:49:59 +0000 |
commit | 9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92 (patch) | |
tree | c4f78cbaf45ab044db3e157be708afd711a4e841 /games/gturing | |
parent | 0533abe3e7aae5c19e0a0ce9c1e82ed5e94f63e8 (diff) | |
download | ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.tar.gz ports-9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92.zip |
Notes
Diffstat (limited to 'games/gturing')
-rw-r--r-- | games/gturing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 25f351a9cead..ca0ef149c1a5 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -13,8 +13,8 @@ COMMENT= Simple Turing machine simulator for GNOME 2 USE_GNOME= gnomeprefix gnomehack libgnomeui USES= gettext gmake pkgconfig USE_AUTOTOOLS= libtool -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib INSTALLS_OMF= yes PORTDOCS= AUTHORS COPYING NEWS ChangeLog TODO README INSTALL |