diff options
-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: |