diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-21 00:07:22 +0800 |
commit | fea7d4450331a3ae6932b3121050039abdcfef0e (patch) | |
tree | 725d133b0ab26e76aef4bf30bb482aad9c12fe13 /x11 | |
parent | 3060a02594e0ba316dfaa9d76ccfb87ff4621b7a (diff) | |
download | marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.gz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.bz2 marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.lz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.xz marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.tar.zst marcuscom-ports-fea7d4450331a3ae6932b3121050039abdcfef0e.zip |
Sync w/ pav's recently change of USE_GETOPT_LONG. We will probably need to
sync more stuff if there is more change in FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10794 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxklavier/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 44105b72f..6c776b74b 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libxklavier/Makefile,v 1.37 2008/01/31 08:26:52 marcus Exp $ +# $MCom: ports/x11/libxklavier/Makefile,v 1.38 2008/03/10 23:56:45 ahze Exp $ # PORTNAME= libxklavier @@ -22,7 +22,6 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnometarget gnomehack libxml2 glib20 USE_LDCONFIG= yes -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --disable-doxygen \ |