diff options
author | arved <arved@FreeBSD.org> | 2004-08-16 12:51:04 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-16 12:51:04 +0000 |
commit | 498127b12670a37a27fd6286c180e3ae068a070f (patch) | |
tree | 024d3fe23ea893a9c39d57a4e1ce032e187cf7f9 /deskutils/gtweakui | |
parent | b6635bda652cf3ff953518bdb2a09d05268ffb2e (diff) | |
download | FreeBSD-ports-498127b12670a37a27fd6286c180e3ae068a070f.zip FreeBSD-ports-498127b12670a37a27fd6286c180e3ae068a070f.tar.gz |
Hopefully fix build on 4.x with system perl.
Reported by: pointyhat
Idea from: pav
Diffstat (limited to 'deskutils/gtweakui')
-rw-r--r-- | deskutils/gtweakui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile index a024447..5ba3298 100644 --- a/deskutils/gtweakui/Makefile +++ b/deskutils/gtweakui/Makefile @@ -17,7 +17,7 @@ COMMENT= A collection of simple dialogs as a front end to GConf USE_X_PREFIX= yes USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 +USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 intlhack USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |