diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-23 02:09:58 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-23 02:09:58 +0000 |
commit | 89ff1192a47e00572d13b64c71835dfde9210a6e (patch) | |
tree | 664fb88b92008bfb4afaf260199c5a3f0e051846 /chat | |
parent | b723d540991b7ac25fdb758651ab4ac60f46b317 (diff) | |
download | pkgsrc-89ff1192a47e00572d13b64c71835dfde9210a6e.tar.gz |
This includes the wrong PLIST. Include the one from this dir, not the main gaim
one.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim-gtk1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim-gtk1/Makefile b/chat/gaim-gtk1/Makefile index ed1de78f10a..365b0ae1e62 100644 --- a/chat/gaim-gtk1/Makefile +++ b/chat/gaim-gtk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 15:39:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/23 02:09:58 jmc Exp $ # .include "Makefile.common" @@ -10,7 +10,7 @@ USE_BUILDLINK2= YES CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ARGS+= --disable-panel -PLIST_SRC+= ${.CURDIR}/../gaim/PLIST +PLIST_SRC+= ${.CURDIR}/PLIST .include "../../audio/esound/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" |