diff options
author | jkh <jkh@FreeBSD.org> | 1999-05-27 21:52:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-05-27 21:52:21 +0000 |
commit | e47bc923586801634e1df9b49d2de6d6b60d5c4d (patch) | |
tree | a1e48afe3154f2aff7b5c75893091c1dbf12248d /graphics/imlib2 | |
parent | ed867b2332cae6e42b9928459bb3af2bcfd54384 (diff) | |
download | FreeBSD-ports-e47bc923586801634e1df9b49d2de6d6b60d5c4d.zip FreeBSD-ports-e47bc923586801634e1df9b49d2de6d6b60d5c4d.tar.gz |
1. Add missing continuation line.
2. Sigh.
3. Start alpha release build again. :)
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 9104346..917abbf 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.47 1999/04/08 18:08:33 steve Exp $ +# $Id: Makefile,v 1.48 1999/05/27 07:31:59 tg Exp $ # DISTNAME= imlib-1.9.4 @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib" |