diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 10:40:08 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-07 10:40:08 +0800 |
commit | ae9657720b4b46d1978890e762e69865d1d04c2c (patch) | |
tree | 13e45a281578ab790eddd8f98bd282d14662f1aa /sysutils | |
parent | 08c64b07dadea230b7b2571f2b783630bb5a8b62 (diff) | |
download | marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar.gz marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar.bz2 marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar.lz marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar.xz marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.tar.zst marcuscom-ports-ae9657720b4b46d1978890e762e69865d1d04c2c.zip |
- Remove some lines I was using to try to get p5-Net-DBus to work before
I figured out Net-DBus was missing some RUN_DEPENDS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6375 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 2e09aa51a..133bd6f23 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.12 2005/09/04 18:51:49 marcus Exp $ +# $MCom: ports/sysutils/system-tools-backends/Makefile,v 1.14 2006/06/07 02:27:28 ahze Exp $ # PORTNAME= system-tools-backends @@ -31,7 +31,6 @@ USE_GNOME= gnomehack gnometarget intlhack GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -#CONFIGURE_ARGS= --with-net_dbus=${SITE_PERL} .include <bsd.port.pre.mk> @@ -39,8 +38,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif -#post-patch: -# @${REINPLACE_CMD} -e 's|$$netdbusdir|${SITE_PERL}/${PERL_ARCH}/Net/|' \ -# ${WRKSRC}/configure - .include <bsd.port.post.mk> |