diff options
Diffstat (limited to 'graphics/gd2/Makefile')
-rw-r--r-- | graphics/gd2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 5988544..508d708 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # -# $Id: Makefile,v 1.7 1999/07/24 23:56:41 billf Exp $ +# $Id: Makefile,v 1.8 1999/08/01 02:43:07 steve Exp $ # DISTNAME= gd-1.6.2 @@ -18,7 +18,8 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png FETCH_BEFORE_ARGS= -b USE_LIBTOOL= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd +CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ + --libdir=${PREFIX}/lib pre-install: ${MKDIR} ${PREFIX}/include/gd |