summaryrefslogtreecommitdiff
path: root/misc/kdeaddons3
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-06 02:56:22 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-06 02:56:22 +0000
commit237a826b12c1a49a1c9c438d21d74671e121a2a1 (patch)
tree5fda4e7c8579a873dc4611eac4a767f2a3a74796 /misc/kdeaddons3
parentActually `cvs add' needed patch for 3.1.4 this time. (diff)
Emergency patch: kdeaddons3 will not build without this, as the
post-configure target fails to substitute anything for 'sdl-config'. This results in header files not being found somewhat later in the build process.
Notes
Notes: svn path=/head/; revision=62501
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r--misc/kdeaddons3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 102053b326bd..3393c7e2e8f2 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdeaddons
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -24,7 +25,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_SUB+= RM=${RM}
-CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
+CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"