diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-09 14:12:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-09 14:12:56 +0000 |
commit | 26a0e4553fee8afc7987a861c55fd34cd9e788f5 (patch) | |
tree | b1375c81f39f38441fb6cf14cd2b303564f7a021 /devel/mercator | |
parent | 54978b62bcc21b61d90a611231e657d9c1a45302 (diff) |
Notes
Diffstat (limited to 'devel/mercator')
-rw-r--r-- | devel/mercator/Makefile | 2 | ||||
-rw-r--r-- | devel/mercator/files/patch-Makefile.in | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 54bb72432d22..9f8d6920cbbf 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -15,7 +15,7 @@ COMMENT= A procedural terrain library LIB_DEPENDS= wfmath-0.3.4:${PORTSDIR}/math/wfmath -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig gnomehack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/mercator/files/patch-Makefile.in b/devel/mercator/files/patch-Makefile.in deleted file mode 100644 index 9dd8d4b3801f..000000000000 --- a/devel/mercator/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Fri Feb 4 04:41:08 2005 ---- Makefile.in Fri Feb 4 04:41:28 2005 -*************** -*** 185,191 **** - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = Mercator tests -! pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = mercator-0.2.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive ---- 185,191 ---- - target_os = @target_os@ - target_vendor = @target_vendor@ - SUBDIRS = Mercator tests -! pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = mercator-0.2.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive |