diff options
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r-- | graphics/rawstudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 38d4d8d53454..6afbc964ff22 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -7,6 +7,7 @@ PORTNAME= rawstudio PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ @@ -23,7 +24,6 @@ USE_GMAKE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_GETTEXT= yes -USE_XLIB= yes USE_GNOME= gtk20 libxml2 gconf2 .include <bsd.port.mk> |