diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /games/gnmm | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
Diffstat (limited to 'games/gnmm')
-rw-r--r-- | games/gnmm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/gnmm/Makefile b/games/gnmm/Makefile index 965be03fde11..9bda7a2b67a8 100644 --- a/games/gnmm/Makefile +++ b/games/gnmm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnmm -# Date created: 19 January 2003 -# Whom: Simon Barner <barner@gmx.de> -# +# Created by: Simon Barner <barner@gmx.de> # $FreeBSD$ -# PORTNAME= gnmm PORTVERSION= 0.1.2 @@ -18,7 +14,8 @@ COMMENT= A "nine mens' morris" implementation for the GNOME Desktop Environment USE_GETTEXT= yes USE_ICONV= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USES= pathfix +USE_GNOME= gnomeprefix gnomelibs gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-libiconv-prefix=${LOCALBASE}" |