diff options
Diffstat (limited to 'www/WebMagick/Makefile')
-rw-r--r-- | www/WebMagick/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index b725f3c1066c..0dce9cb0bbee 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p1 +PORTREVISION= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webmagick @@ -25,6 +26,10 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \ webmagick_cv_maptype=ncsa \ PERL=${PERL} +.if defined(WITHOUT_X11) +CONFIGURE_ENV+=with_x=no +.endif + MAN1= webmagick.1 pre-install: |