diff options
Diffstat (limited to 'games/gnomememoryblocks/Makefile')
-rw-r--r-- | games/gnomememoryblocks/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index 3f1b44527ad6..7f0c57354127 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomememoryblocks -# Date created: 10th July 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# +# Created by: Ade Lovett <ade@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnomememoryblocks PORTVERSION= 0.2 @@ -16,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Memory Blocks game for GNOME USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USES= pathfix +USE_GNOME= gnomeprefix gnomelibs gdkpixbuf USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" |