diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /games/powerpak | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'games/powerpak')
-rw-r--r-- | games/powerpak/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile index cd79ba6d2f10..e56b2c330d81 100644 --- a/games/powerpak/Makefile +++ b/games/powerpak/Makefile @@ -13,11 +13,10 @@ DISTNAME= PowerPak MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \ - ttf.4:${PORTSDIR}/print/freetype +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl +USE_FREETYPE= yes MAKEFILE= Makefile.FreeBSD - INSTALLS_SHLIB= yes post-extract: |