diff options
author | ade <ade@FreeBSD.org> | 2005-11-17 03:45:48 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-17 03:45:48 +0800 |
commit | 04f3ff6eadd4d9d5c2df5cc0726b42d67f373fb8 (patch) | |
tree | d505a3c460385e3701a3cace2284a407cb964d5d /devel/gamin | |
parent | 82b0c004259c3387f10a783e0da7a2d9c864a1d7 (diff) | |
download | freebsd-ports-gnome-04f3ff6eadd4d9d5c2df5cc0726b42d67f373fb8.tar.gz freebsd-ports-gnome-04f3ff6eadd4d9d5c2df5cc0726b42d67f373fb8.tar.zst freebsd-ports-gnome-04f3ff6eadd4d9d5c2df5cc0726b42d67f373fb8.zip |
USE_AUTOTOOLS setup got reversed by the script
Submitted by: pointyhat/kris (no $1000 dinner though :)
Diffstat (limited to 'devel/gamin')
-rw-r--r-- | devel/gamin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile index f406dab7cdaf..6ec485635524 100644 --- a/devel/gamin/Makefile +++ b/devel/gamin/Makefile @@ -25,9 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFLICTS= fam-[0-9]* .if defined(GAMIN_SLAVE) -USE_AUTOTOOLS= libtool:15:inc -.else USE_AUTOTOOLS= libtool:15 +.else +USE_AUTOTOOLS= libtool:15:inc .endif post-patch: |