diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-28 20:08:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-28 20:08:26 +0800 |
commit | e1b407a6bd38e68eeb755075b4da0f22f8700538 (patch) | |
tree | 6c04d541922469f69232972eb2b4b9209febe867 /deskutils/genius/Makefile | |
parent | e955278f9e4c4203eba6f90f46637949bb643484 (diff) | |
download | freebsd-ports-gnome-e1b407a6bd38e68eeb755075b4da0f22f8700538.tar.gz freebsd-ports-gnome-e1b407a6bd38e68eeb755075b4da0f22f8700538.tar.zst freebsd-ports-gnome-e1b407a6bd38e68eeb755075b4da0f22f8700538.zip |
- Update 0.7.6.1
PR: ports/102573
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'deskutils/genius/Makefile')
-rw-r--r-- | deskutils/genius/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index cfbe7b0398b1..e3363ddc4372 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -6,11 +6,11 @@ # PORTNAME= genius -PORTVERSION= 0.7.6 +PORTVERSION= 0.7.6.1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://ftp.5z.com/pub/genius/ -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R:R} MAINTAINER= ports@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment @@ -22,14 +22,13 @@ USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \ libgnomeui vte USE_GETTEXT= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 LIBTOOLFILES= configure mpfr/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-extra-gcc-optimization INSTALLS_OMF= yes -INSTALLS_ICONS= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |