diff options
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r-- | editors/vigor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 951aea7aff6b..454fc019b457 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -7,7 +7,7 @@ PORTNAME= vigor PORTVERSION= 0.016 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors tk84 tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ USE_TCL= yes USE_TCL_BUILD= yes USE_TK= yes USE_TK_BUILD= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name="s,0,1," CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" |