diff options
author | vs <vs@FreeBSD.org> | 2004-12-21 09:26:00 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-21 09:26:00 +0000 |
commit | 6f2c80b7bd97c3d8c296d1e769adc3502c0acfcd (patch) | |
tree | d23173156327aea39c2594c5b3c7d0e93f393900 /games/pioneers/Makefile | |
parent | 83befa2f9b737f5e5f201cae68d74b43586aca9b (diff) | |
download | FreeBSD-ports-6f2c80b7bd97c3d8c296d1e769adc3502c0acfcd.zip FreeBSD-ports-6f2c80b7bd97c3d8c296d1e769adc3502c0acfcd.tar.gz |
Update to 0.8.1.45
PR: ports/75256
Submitted by: maintainer
Diffstat (limited to 'games/pioneers/Makefile')
-rw-r--r-- | games/pioneers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 9f2dbf5..9a4de50 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnocatan -PORTVERSION= 0.8.1.30 -PORTREVISION= 1 +PORTVERSION= 0.8.1.45 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +18,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui USE_LIBTOOL_VER=13 +INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |