diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-29 10:09:21 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-06-29 10:09:21 +0000 |
commit | 42a5f502477cb5f0e47dfe28ea03c9316ce772b6 (patch) | |
tree | 338f1956422b6e452258486d36ed1fb5c9abc82a /graphics/imlib2 | |
parent | 3afaf6c2a5be5117ed7d56d4c80a6eb5053ccbae (diff) | |
download | ports-42a5f502477cb5f0e47dfe28ea03c9316ce772b6.tar.gz ports-42a5f502477cb5f0e47dfe28ea03c9316ce772b6.zip |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 93e802cd2062..86ac7d6b8407 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -7,7 +7,7 @@ PORTNAME= imlib2 PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --enable-mmx .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB= X11="@comment " +.else +USE_XLIB= yes .endif post-patch: |