diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 09:30:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 09:30:55 +0800 |
commit | 31f590747384e41c492d8ed70659d95118f54ffa (patch) | |
tree | 6fef0a65758de36fbca7543c1b2c1b8f7b6385ee /devel | |
parent | fa1facecc9d0cd524e0fc4cc16036915fc8bd4f0 (diff) | |
download | freebsd-ports-gnome-31f590747384e41c492d8ed70659d95118f54ffa.tar.gz freebsd-ports-gnome-31f590747384e41c492d8ed70659d95118f54ffa.tar.zst freebsd-ports-gnome-31f590747384e41c492d8ed70659d95118f54ffa.zip |
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-FSM/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/pear-FSM/Makefile b/devel/pear-FSM/Makefile index 9ba2a67d9339..4d3d75a3369b 100644 --- a/devel/pear-FSM/Makefile +++ b/devel/pear-FSM/Makefile @@ -11,10 +11,7 @@ COMMENT= PEAR Finite State Machine BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= FSM.php FSM/GraphViz.php -DOCS= guide.txt graphviz.png -TESTS= addTransitionsArray.phpt transitions.phpt graphviz.phpt -EXAMPLES= rpn.php graphviz.php +PEAR_AUTOINSTALL= yes LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_GRAPGHVIZ |