diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-25 10:30:49 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-25 10:30:49 +0800 |
commit | 74e13933782096195047f3da5c21ec3fa1ca9807 (patch) | |
tree | e77506a6b41b60f49defb858b05a5f034e2be3c0 /devel | |
parent | f752eb2c71f89e067511a84aab87e978be9704a8 (diff) | |
download | marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar.gz marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar.bz2 marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar.lz marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar.xz marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.tar.zst marcuscom-ports-74e13933782096195047f3da5c21ec3fa1ca9807.zip |
Use bsd.port.{pre,post}.mk
Noticed by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2181 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome2-hacker-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile index 122a36bf3..47d61c891 100644 --- a/devel/gnome2-hacker-tools/Makefile +++ b/devel/gnome2-hacker-tools/Makefile @@ -26,6 +26,8 @@ RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \ # not yet buildable under GNOME 2.5 # regexxer:${PORTSDIR}/devel/regexxer +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 500000 RUN_DEPENDS+= anjuta:${PORTSDIR}/devel/anjuta .endif @@ -34,4 +36,4 @@ NO_BUILD= yes do-install: # empty -.include <bsd.port.mk> +.include <bsd.port.post.mk> |