diff options
author | chuckr <chuckr@FreeBSD.org> | 1998-05-20 09:56:53 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1998-05-20 09:56:53 +0800 |
commit | 5d7d5c7a46bce6b7aa5c61547bc494f9d9954dc6 (patch) | |
tree | 5253e3a235dcadca42d3406b482effe68a5e7372 /graphics | |
parent | 910bfe037e29d6b3951223f10ad3dcab90488b58 (diff) | |
download | freebsd-ports-gnome-5d7d5c7a46bce6b7aa5c61547bc494f9d9954dc6.tar.gz freebsd-ports-gnome-5d7d5c7a46bce6b7aa5c61547bc494f9d9954dc6.tar.zst freebsd-ports-gnome-5d7d5c7a46bce6b7aa5c61547bc494f9d9954dc6.zip |
Fix little typo (no programmatic effect).
PR: 6698
Submitted by: brett@peloton.physics.montana.edu
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 4 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 0d3ce374f340..60a9f8a93599 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.19 1998/04/29 21:32:41 vanilla Exp $ +# $Id: Makefile,v 1.20 1998/05/04 20:22:44 jseger Exp $ # DISTNAME= imlib-1.3 @@ -20,7 +20,7 @@ LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ gtk\\.1\\.:${PORTSDIR}/x11/gtk USE_GMAKE= yes -USE_X11= ues +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib \ diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 0d3ce374f340..60a9f8a93599 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.19 1998/04/29 21:32:41 vanilla Exp $ +# $Id: Makefile,v 1.20 1998/05/04 20:22:44 jseger Exp $ # DISTNAME= imlib-1.3 @@ -20,7 +20,7 @@ LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ gtk\\.1\\.:${PORTSDIR}/x11/gtk USE_GMAKE= yes -USE_X11= ues +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib \ diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 0d3ce374f340..60a9f8a93599 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.19 1998/04/29 21:32:41 vanilla Exp $ +# $Id: Makefile,v 1.20 1998/05/04 20:22:44 jseger Exp $ # DISTNAME= imlib-1.3 @@ -20,7 +20,7 @@ LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ gtk\\.1\\.:${PORTSDIR}/x11/gtk USE_GMAKE= yes -USE_X11= ues +USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib \ |