summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-02 16:10:28 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-02 16:10:28 +0800
commitd08e31f6f4e4974f85bf9fd37987932a2843e8c2 (patch)
treec954bd470fb51858611b82e35083a83b74097ef2 /graphics
parentdda61910d2890b8e3c762e030fd4459034f6a13b (diff)
downloadmarcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.gz
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.bz2
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.lz
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.xz
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.zst
marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.zip
Remove configure substitutions that have been rolled into the gnomehack USE_GNOME
macro. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eog2/Makefile4
-rw-r--r--graphics/gpdf/Makefile4
-rw-r--r--graphics/libgnomecanvas/Makefile4
-rw-r--r--graphics/librsvg2/Makefile4
4 files changed, 0 insertions, 16 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
index 29b697357..cecd4c4f5 100644
--- a/graphics/eog2/Makefile
+++ b/graphics/eog2/Makefile
@@ -31,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIB_DEPENDS+= exif.8:${PORTSDIR}/graphics/libexif
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
index c3a552ec6..f00e7771d 100644
--- a/graphics/gpdf/Makefile
+++ b/graphics/gpdf/Makefile
@@ -24,8 +24,4 @@ USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index ed5c40238..8cc71715a 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -30,8 +30,4 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 10ac86d33..9c97e009a 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -54,8 +54,4 @@ pre-everything::
@${ECHO_MSG} " WITH_GIMP=yes Build an svg plugin for gimp-devel (default: auto)"
@${ECHO_MSG} ""
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.post.mk>