diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 21:16:30 +0000 |
commit | be41425d62fadcf027f2786f380ffa32662102d1 (patch) | |
tree | 01acb1d2a968dc8d10b50517f6c4e4baf10c93e6 /graphics/giram | |
parent | 83021732317b2ba7b8c7b282f63433710942e378 (diff) | |
download | ports-be41425d62fadcf027f2786f380ffa32662102d1.tar.gz ports-be41425d62fadcf027f2786f380ffa32662102d1.zip |
Notes
Diffstat (limited to 'graphics/giram')
-rw-r--r-- | graphics/giram/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 72e9052a01fc..62e65bc517ec 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: giram -# Date created: 17 June 1999 -# Whom: Brandon Fosdick <bfoz@glue.umd.edu> -# +# Created by: Brandon Fosdick <bfoz@glue.umd.edu> # $FreeBSD$ -# PORTNAME= giram PORTVERSION= 0.3.5 @@ -18,10 +14,9 @@ LIB_DEPENDS= 3ds-1.3:${PORTSDIR}/graphics/lib3ds BUILD_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext perl5 +USES= gettext perl5 pkgconfig gmake USE_PERL5= build USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= INTLTOOL_PERL="${PERL}" LDFLAGS+= -L${LOCALBASE}/lib |