From 26a0e4553fee8afc7987a861c55fd34cd9e788f5 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 9 Mar 2011 14:12:56 +0000 Subject: [PATCH] remove patch-Makefile.in use "gnomehack" instead --- devel/mercator/Makefile | 2 +- devel/mercator/files/patch-Makefile.in | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 devel/mercator/files/patch-Makefile.in 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