Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/nvtv/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 13 May 2006 04:15:44 -0000 1.9 +++ Makefile 1 Dec 2006 13:48:52 -0000 @@ -22,6 +22,7 @@ CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib GNU_CONFIGURE= yes USE_GETOPT_LONG= yes @@ -31,7 +32,4 @@ MAN8= nvtvd.8 PLIST_FILES= bin/nvtv bin/nvtvd -post-patch: - @${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure - .include