diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-14 19:27:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-14 19:27:43 +0800 |
commit | c7a26fd7563249f1b6bc31428836aabc17552a86 (patch) | |
tree | 4690fb5695bcfbb2505bac65e5918b64c618374a /textproc | |
parent | 1f111f3800b2176d526c4e01ceaeffbdfcceb2af (diff) | |
download | freebsd-ports-gnome-c7a26fd7563249f1b6bc31428836aabc17552a86.tar.gz freebsd-ports-gnome-c7a26fd7563249f1b6bc31428836aabc17552a86.tar.zst freebsd-ports-gnome-c7a26fd7563249f1b6bc31428836aabc17552a86.zip |
Unbreak the patch
Noticed on: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlada/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index 42da8e1a8fb8..bc9cdba484b7 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -14,10 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= aidan@velvet.net -BROKEN= "Patch does not apply" - BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +WRKSRC= ${WRKDIR}/xmlada-0.7.1 USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |