diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 17:37:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-02 17:37:14 +0800 |
commit | efa902e2451c1359ba0ec12e66a68c7d2469b9d1 (patch) | |
tree | ff2ebc7a3b787cd741ff246deee801b2a39e035c /x11/gnome2-fifth-toe | |
parent | 8ce8173ba16851ab92309169c3b786127a77a44c (diff) | |
download | marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar.gz marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar.bz2 marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar.lz marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar.xz marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.tar.zst marcuscom-ports-efa902e2451c1359ba0ec12e66a68c7d2469b9d1.zip |
Add OSVERSION line below bsd.port.pre.mk so the Makefile actually works
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3202 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2-fifth-toe')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 706b12c44..9cc051576 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -41,6 +41,8 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ RUN_DEPENDS+= totem:${PORTSDIR}/multimedia/totem .endif +.include <bsd.port.pre.mk> + #inkscape currently needs 5.X to build. this should hopefully #change soon .if ${OSVERSION} > 500000 @@ -51,4 +53,4 @@ NO_BUILD= yes do-install: # empty -.include <bsd.port.mk> +.include <bsd.port.post.mk> |