diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-11 23:54:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-11 23:54:46 +0800 |
commit | 8af8997086281f6dd606d89c350e5e1e22441c92 (patch) | |
tree | c0b01784f0b93049ec9651bdd98455928e016371 /sysutils/nvtv/Makefile | |
parent | 78dbff89795bd427f469a5b0d230bd443e54244b (diff) | |
download | freebsd-ports-gnome-8af8997086281f6dd606d89c350e5e1e22441c92.tar.gz freebsd-ports-gnome-8af8997086281f6dd606d89c350e5e1e22441c92.tar.zst freebsd-ports-gnome-8af8997086281f6dd606d89c350e5e1e22441c92.zip |
Fix build.
Submitted by: Samy Al Bahra <sbahra at kerneled dot org>, marius
Approved by: portmgr (self)
Tested on: pointyhat
Diffstat (limited to 'sysutils/nvtv/Makefile')
-rw-r--r-- | sysutils/nvtv/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/nvtv/Makefile b/sysutils/nvtv/Makefile index 719125bba7c1..82f60fb1d0c6 100644 --- a/sysutils/nvtv/Makefile +++ b/sysutils/nvtv/Makefile @@ -25,14 +25,10 @@ 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 USE_GNOME= gtk12 MAN1= nvtv.1x MAN8= nvtvd.8 PLIST_FILES= bin/nvtv bin/nvtvd -post-patch: - @${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure - .include <bsd.port.mk> |