diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 11:39:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 11:39:13 +0000 |
commit | c6beeb6662c965dca19c86793faf562fa7c7643d (patch) | |
tree | 3f95d16f5113b5610de55fa5a66edb5145cba80d /games/gturing/Makefile | |
parent | 4c968c66e944108aba8dbef5cea06b2aaa317f4d (diff) | |
download | ports-c6beeb6662c965dca19c86793faf562fa7c7643d.tar.gz ports-c6beeb6662c965dca19c86793faf562fa7c7643d.zip |
Notes
Diffstat (limited to 'games/gturing/Makefile')
-rw-r--r-- | games/gturing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 8ca778a1cabb..1be9e73e897a 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -7,7 +7,7 @@ PORTNAME= gturing PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/ @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" - +INSTALLS_OMF= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} DOCS= AUTHORS COPYING NEWS ChangeLog TODO README INSTALL |