diff options
author | nivit <nivit@FreeBSD.org> | 2006-12-16 03:42:32 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2006-12-16 03:42:32 +0800 |
commit | 3324c56dce0916310eb48362794f6628c7371938 (patch) | |
tree | ba8e6daef944b41ef031c9f92d566fbeda27044e /editors | |
parent | 6f88929ee1150b7b786d9d1d8d7ec93c83bd87d0 (diff) | |
download | freebsd-ports-graphics-3324c56dce0916310eb48362794f6628c7371938.tar.gz freebsd-ports-graphics-3324c56dce0916310eb48362794f6628c7371938.tar.zst freebsd-ports-graphics-3324c56dce0916310eb48362794f6628c7371938.zip |
- Fixed configure error
(adding the options --with-freedesktop_org-menu --with-icon-path)
Approved by: alexbl (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/winefish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index f8ae3bcbf97..4a391adb0c9 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ MAN1= winefish.1 MANCOMPRESSED= no +CONFIGURE_ARGS+= --with-freedesktop_org-menu=${GNOME_LOCALSTATEDIR}/applications --with-icon-path=${GNOME_LOCALSTATEDIR}/pixmaps GNU_CONFIGURE= yes USE_GCC= 3.3+ USE_GMAKE= yes |