summaryrefslogtreecommitdiff
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-05 09:31:52 +0000
commitceba2112833ea325577af308d27cad5d00490059 (patch)
tree43770c600bd76bb00bd98dc59b4e2b6d76064eb1 /graphics/imlib2
parent(1) Rename variable "USE_X11" to "USE_X_PREFIX" to make clearer what it (diff)
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Notes
Notes: svn path=/head/; revision=12289
Diffstat (limited to 'graphics/imlib2')
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 9d7805ee70bb..9b8b48fc0b8a 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.23 1998/07/18 18:42:21 vanilla Exp $
+# $Id: Makefile,v 1.24 1998/07/30 05:30:42 vanilla Exp $
#
DISTNAME= imlib-1.7
@@ -21,7 +21,7 @@ LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
gtk\\.1\\.5:${PORTSDIR}/x11/gtk
USE_GMAKE= yes
-USE_X11= yes
+USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib \