diff options
| author | Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> | 2023-07-28 13:23:52 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-07-30 22:59:04 +0000 |
| commit | 7edcfaeb079e3285b299ef619ab9d09d46c447a2 (patch) | |
| tree | 3aa03f1a42143eedfb04a096e0f11544e99d5b51 /math/drgeo | |
| parent | 94218d3a91189c7afea956e8905d5e5ecf879a2c (diff) | |
Diffstat (limited to 'math/drgeo')
| -rw-r--r-- | math/drgeo/Makefile | 8 | ||||
| -rw-r--r-- | math/drgeo/files/patch-geo_Makefile.in | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index acb316e5abc3..6cf3a5517bde 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -1,6 +1,6 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} @@ -11,10 +11,8 @@ WWW= http://www.ofset.org/drgeo/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile.so:lang/guile1 - -USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \ - pathfix pkgconfig +USES= compiler:c++11-lang gettext gmake gnome guile:1.8 \ + localbase:ldflags pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack libglade2 diff --git a/math/drgeo/files/patch-geo_Makefile.in b/math/drgeo/files/patch-geo_Makefile.in new file mode 100644 index 000000000000..31923040b6a9 --- /dev/null +++ b/math/drgeo/files/patch-geo_Makefile.in @@ -0,0 +1,12 @@ +--- geo/Makefile.in.orig 2023-05-25 10:21:18 UTC ++++ geo/Makefile.in +@@ -192,7 +192,8 @@ INCLUDES = \ + -DDRGEO_GLADEDIR=\""$(gladedir)"\" \ + -DDRGEO_ENCODEDIR=\""$(encodedir)"\" \ + -I$(includedir) \ +- $(DRGEO_CFLAGS) ++ $(DRGEO_CFLAGS) \ ++ $(GUILE_CFLAGS) + + + noinst_LIBRARIES = libgeo.a |
