diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-11 00:41:21 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-11 00:41:21 +0800 |
commit | 07d2994e1c62e23074e54e55a123f957e6a37c61 (patch) | |
tree | b3ddfaeae82ec136a4147fcf07a0745b908a232d /graphics/imlib2 | |
parent | 72086a42f83bdddaecf66e868b177a086f38a046 (diff) | |
download | freebsd-ports-gnome-07d2994e1c62e23074e54e55a123f957e6a37c61.tar.gz freebsd-ports-gnome-07d2994e1c62e23074e54e55a123f957e6a37c61.tar.zst freebsd-ports-gnome-07d2994e1c62e23074e54e55a123f957e6a37c61.zip |
Fix typo error, s/tartet/target/.
Submitted by: "Herbert J. Skuhra" <herbert.skuhra@gmx.at>
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 71c584cafa51..6fad868df123 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_LIBLTDL= yes USE_LIBTOOL_VER= 15 USE_X_PREFIX= yes -USE_GNOME= gnomehack pkgconfig gnometartet +USE_GNOME= gnomehack pkgconfig gnometarget USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |