diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index cb7f4711555..5abc3d53b9f 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2003/10/07 17:17:31 fgsch Exp $ +# $OpenBSD: Makefile,v 1.32 2004/07/31 19:29:35 naddy Exp $ COMMENT= "PalmPilot communication utilities" @@ -37,6 +37,6 @@ LIB_DEPENDS= tk83::x11/tk/8.3 CONFIGURE_ARGS+= --without-tk .endif -MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/scripts +MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts .include diff --git a/converters/libdvdcss/Makefile b/converters/libdvdcss/Makefile index 9f263698d5b..83702a67561 100644 --- a/converters/libdvdcss/Makefile +++ b/converters/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/10/30 01:00:54 jolan Exp $ +# $OpenBSD: Makefile,v 1.11 2004/07/31 19:29:35 naddy Exp $ COMMENT= "descramble scrambled DVDs" @@ -17,5 +17,6 @@ PERMIT_PACKAGE_CDROM= "Free speech issue" PERMIT_PACKAGE_FTP= Yes CONFIGURE_STYLE= gnu +MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools .include