diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 18:25:24 +0000 |
commit | a99e7e687dd8959b456b245eeaafe101878e92d8 (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /sysutils/geomgui/Makefile | |
parent | e43c5466309ee34db1fde989beb22aa3f35d27ec (diff) | |
download | FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.zip FreeBSD-ports-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.gz |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Diffstat (limited to 'sysutils/geomgui/Makefile')
-rw-r--r-- | sysutils/geomgui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile index bb66778..1292fe6 100644 --- a/sysutils/geomgui/Makefile +++ b/sysutils/geomgui/Makefile @@ -22,7 +22,7 @@ BROKEN= does not build USE_AUTOTOOLS= libtool USE_GNOME= gtk20 librsvg2 -USE_ICONV= yes +USES= iconv GNU_CONFIGURE= yes MAN1= geomgui.1 |