summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-08-10 04:03:07 +0000
committergrant <grant@pkgsrc.org>2005-08-10 04:03:07 +0000
commit4a2e508c117ff8795ff4e619c60ceef153fa2b58 (patch)
treee7db343721debe15a602ae48fefc272953b3963c /multimedia
parent3bb5f200788bc8a27a151680f3ad9c0948cbf407 (diff)
downloadpkgsrc-4a2e508c117ff8795ff4e619c60ceef153fa2b58.tar.gz
custom targets belong before buildlink3 .includes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/smpeg/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
index 471b4e61361..5391fd4868c 100644
--- a/multimedia/smpeg/Makefile
+++ b/multimedia/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/07/14 00:29:16 grant Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/10 04:03:07 grant Exp $
#
DISTNAME= smpeg-0.4.4
@@ -20,10 +20,6 @@ USE_LIBTOOL= yes
CPPFLAGS+= -Dunix=1
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-
# smpeg sources (glmovie.c & glmovie-tile.c) assume <malloc.h> exists.
# Create a fake one for platforms that don't have it.
#
@@ -33,5 +29,7 @@ post-wrapper:
> ${BUILDLINK_DIR}/include/malloc.h; \
fi
-
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"